binaryBoxplot {GCDkit} | R Documentation |
A binary plot combined with boxplots for both variables.
binaryBoxplot(xaxis="",yaxis="")
xaxis, yaxis |
specification of the variables. Formulae are OK. |
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.
None.
This function IS NOT Figaro-compatible.
Vojtech Janousek, vojtech.janousek@geology.cz
binaryBoxplot("SiO2/10","Na2O+K2O")