cath | R Documentation |
Calc-alkaline and tholeiitic data from the Cascade Mountains and Iceland
Vermeesch, P. and Pease, V. A genetic classification of the tholeiitic and calc-alkaline magma series, Geochemical Perspective Letters (in review).
data(cath,package='GeoplotR')
ca <- cath[cath$affinity=='ca',]
A <- cath[,'Na2O']+cath[,'K2O']
F <- cath[,'FeOT']
M <- cath[,'MgO']
AFM(A,F,M,pch=16,col=cath$affinity)
legend('topleft',legend=c('Cascades','Iceland'),pch=16,col=c(1,2))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.