plotPlate {GCDkit} | R Documentation |
Plots a plate of diagrams, based on the Figaro style sheets.
plotPlate(diagram,where="WR",...)
diagram |
a valid name of the function that uses the plate concept to plot the given diagram. See Details. |
where |
name of the data matrix/data frame, columns of which are to be used for plotting. |
... |
optional parameters for the diagram function call. |
The argument 'diagram
' may acquire one of following values:
'Maniar', 'Frost', 'Frost_2008', 'Whalen', 'PearceGranite', 'Schandl', 'Verma' 'Agrawal' 'Cann' 'Wood', 'MullerKbinary', 'MullerKternary'.
NB that this list can be shorter, reflecting the data available for plotting; it would also include any user-defined diagrams.
none
This function uses the plates concept. The individual plots can be selected and their
properties/appearance changed as if they were stand alone Figaro-compatible plots.
See Plate
, Plate editing
and
figaro
for details.
Vojtěch Janoušek, vojtech.janousek@geology.cz
data(blatna) accessVar("blatna") plotPlate("PearceGranite") print(.tectlist()) print(.tectlist()[.tectlist()[,"plate?"]==TRUE,])