| plot.inzightshapemap {iNZightMaps} | R Documentation |
Create an iNZightShapeMap object
## S3 method for class 'inzightshapemap' plot( x, variable, col.fun = "hue", transform = "linear", col.offset = 0.2, col = "red", na.fill = "#F4A460", full.map = TRUE, extend.ratio = 1, name = FALSE, zoom = 1, zoom.center = c(NA, NA), ... )
x |
the iNZight Shape Map Object |
variable |
the variable or the column name in the data |
col.fun |
a character value corresponding to the colour scale function to use |
transform |
Parameters for |
col.offset |
Parameters for |
col |
Parameters for |
na.fill |
Fill colour of regions with NA for |
full.map |
logical value. |
extend.ratio |
Parameters for |
name |
Parameters for |
zoom |
Parameters for |
zoom.center |
Parameters for |
... |
Additional arguments |
details ....
Tom Elliott