R6 class defining theme aesthetic maps
Public fields
colorcolor map as character or numeric vector
fillfill map as character or numeric vector
sizesize map as numeric vector
shapeshape map as numeric vector
linetypelinetype as character vector
alphamap as numeric vector
Methods
Method new()
Create a new ThemeAestheticMaps object
Usage
ThemeAestheticMaps$new(
  color = NULL,
  fill = NULL,
  shape = NULL,
  size = NULL,
  linetype = NULL,
  alpha = NULL
)Arguments
colorcolor map as list, character or numeric vector
fillfill map as list, character or numeric vector
shapeshape map as list, character or numeric vector
sizesize map as list, character or numeric vector
linetypelinetype map as list, character or numeric vector
alphaalpha map as list, character or numeric vector