plot.inzightshapemap: Create an iNZight Shape Map Object

View source: R/shapemapobject.R

plot.inzightshapemapR Documentation

Create an iNZight Shape Map Object

Description

Create an iNZightShapeMap object

Usage

## 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),
  ...
)

Arguments

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 inzpar

col.offset

Parameters for inzpar

col

Parameters for inzpar

na.fill

Fill colour of regions with NA for variable

full.map

logical value.

extend.ratio

Parameters for inzpar

name

Parameters for inzpar

zoom

Parameters for inzpar

zoom.center

Parameters for inzpar

...

Additional arguments

Details

details ....

Author(s)

Tom Elliott


iNZightVIT/iNZightMaps documentation built on Feb. 3, 2024, 4:42 p.m.