strip {GCDkit}R Documentation

Statistics: Stripplot by groups

Description

Stripplot for selected samples and variable, respecting the grouping.

Usage

strip(xlab = "", ...)

Arguments

xlab

variable name

...

additional parameters to stripplot

Details

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.

Value

None.

Author(s)

Vojtech Janousek, vojtech.janousek@geology.cz

See Also

stripplot, stripBoxplot

Examples

strip("(Na2O+K2O)/Al2O3")

[Package GCDkit version 4.1 Index]