strip {GCDkit} | R Documentation |
Stripplot for selected samples and variable, respecting the grouping.
strip(xlab = "", ...)
xlab |
variable name |
... |
additional parameters to |
Stripplot shows 1D scatter plots for each of the groups, with some artificial noise (jitter) added to make the individual points better visible. Stripplots are a good alternative to boxplots when sample sizes are small.
If no variable is specified as an argument
'xlab
', the user can enter
it using the function 'selectColumnLabel
'.
In the specification of the variable can be used also
arithmetic expressions, see
calcCore
for the correct syntax.
None.
Vojtech Janousek, vojtech.janousek@geology.cz
strip("(Na2O+K2O)/Al2O3")