binaryBoxplot {GCDkit}R Documentation

Binary boxplot

Description

A binary plot combined with boxplots for both variables.

Usage

binaryBoxplot(xaxis="",yaxis="")   

Arguments

xaxis, yaxis

specification of the variables. Formulae are OK.

Details

Unless specified in the call, the variables to be plotted are selected using the function 'selectColumnLabel.

In the specification of the variables can be used also arithmetic expressions, see calcCore for the correct syntax.

The samples can be selected based on combination of three searching mechanisms (by sample name/label, range or a Boolean condition) - see selectSubset for details.

The function is not Figaro-compatible.

Value

None.

Author(s)

Vojtech Janousek, vojtech.janousek@geology.cz

See Also

plot boxplot

Examples

binaryBoxplot("SiO2/10","Na2O+K2O")

[Package GCDkit version 3.00 Index]