Hi,
I wish to color the mean shapes in a panel (different colors) using this code:
ms <- MSHAPES(data_f, 'type')
Out(ms$shp) %>% panel(names=T, fac='type',palette = col_spring)
I get this error:
not a valid column specification, returning NULL
Any idea why and how to solve it?
Hi,
I wish to color the mean shapes in a panel (different colors) using this code:
I get this error:
not a valid column specification, returning NULLAny idea why and how to solve it?