| threeD {GCDkit} | R Documentation | 
Plots a 3-D plot of three specified variables.
threeD(xlab="",ylab="",zlab="")
| 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. | 
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.
None.
This function IS NOT Figaro-compatible.
Vojtěch Janoušek, vojtech.janousek@geology.cz & Vojtěch Erban, erban@sopky.cz
    sampleDataset("blatna")
    threeD("SiO2","Na2O+K2O","MgO+FeOt")