setManualScale {esetVis} | R Documentation |
This is the case only if typeVar
and valVar
are specified,
and if the variable is not numeric or integer (doesn't work with ggplot2)
setManualScale(x, typeVar, valVar)
x |
data.frame with |
typeVar |
name of variable for aesthetic |
valVar |
fixed value of variable of aesthetic |
logical, if TRUE the manual scale should be set
Laure Cougnaud