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

binaryBoxplot.png

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.

Value

None.

Warning

This function IS NOT Figaro-compatible.

Author(s)

Vojtěch Janoušek, vojtech.janousek@geology.cz

See Also

plot boxplot

Examples

    data(sazava)
    accessVar("sazava")

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

[Package GCDkit version 6.1 Index]