Middlemost {GCDkit} | R Documentation |
Assigns data for Middlemost's diagram into Figaro template (list 'sheet
') and appropriate values into 'x.data
' and 'y.data
'.
MiddlemostPlut()
Classification diagram, as proposed by Middlemost (1985) for plutonic rocks.
sheet |
list with Figaro Style Sheet data |
x.data |
SiO2 weight percent |
y.data |
Na2O+K2O weight percent |
results |
matrix with classification results |
groups |
vector with classification results |
grouping |
set to -1 |
Vojtech Erban, vojtech.erban@geology.cz
& Vojtech Janousek, vojtech.janousek@geology.cz
Middlemost E A K (1985) Magmas and Magmatic Rocks. Longman, London
#Within GCDkit, the plot is called using following auxiliary functions: #To classify data stored in WR (Groups by diagram) classify("MiddlemostPlut") #To plot data stored in WR or its subset (menu Classification) plotDiagram("MiddlemostPlut", FALSE)