coplotByGroup {GCDkit}R Documentation

Coplot by groups

Description

Plots a series of binary plots, for each of the groups separately.

Usage

coplotByGroup(xaxis = "",yaxis = "",show.leg = "")

Arguments

xaxis

Name of the data column to be used as x axis.

yaxis

Name of the data column to be used as y axis.

show.leg

Logical: are the levels of the conditioning variable ('groups') to be shown?

Details

For examination of large datasets split into user-defined subsets serves in R function coplot. It produces a set of binary diagrams with the data filtered out according to the values of the third (conditioning) variable. In case of the function 'coplotByGroup' it is done by groups.

coplotByGroup.png

If no parameters 'xlab', 'ylab' and 'show.leg' are given, the user is prompted to specify them.

The variables to be plotted are selected using the function 'selectColumnLabel.

See manual entry for 'coplot' for further details.

Value

None.

Warning

Please note that no formulae can be handled at this stage.

This function IS NOT Figaro-compatible.

Author(s)

Vojtech Janousek, vojtech.janousek@geology.cz & Vojtech Erban, vojtech.erban@geology.cz

See Also

'coplot'

Examples

coplotByGroup("SiO2","Na2O",show.leg=TRUE)

[Package GCDkit version 4.0 Index]