staticScatterplotClinData
function.Get standard palette for the staticScatterplotClinData
function.
setPaletteStaticScatterplotClinData(data, var, aes, scalePars, geomAes, ...)
List with: scalePars
and geomAes
,
each of those potentially updated with default palette(s).
Data.frame with data for the plot.
Character vector with variable(s) to consider. If multiple, currently only the first one is considered.
String with aesthetic, either: 'color', 'shape' or 'linetype'.
List with parameters to customize
scales. Each sublist should contains a set of parameters
passed to the scale_discrete_manual
function.
If palette(s) are not specified, default palettes are used
(see getColorPalette,
getShapePalette,
getLinetypePalette
)
List with aesthetic for each geom.
Any extra parameters than x
and n
for the default palette fcts.
Laure Cougnaud