threeD {GCDkit}R Documentation

3D plot

Description

Plots a 3-D plot of three specified variables.

Usage

threeD(xlab="",ylab="",zlab="")

Arguments

xlab

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

ylab

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

zlab

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

Details

This function displays three variables in a form of 3D plot. The plot can be rotated interactively, if required so.

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

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

The variables are selected using the function 'selectColumnLabel.

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

See manual entry for 'cloud' for further details.

Value

None.

Warning

This function IS NOT Figaro-compatible.

Author(s)

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

Examples

threeD("SiO2","Na2O+K2O","MgO+FeOt")

[Package GCDkit version 3.00 Index]