plotDiagram {GCDkit}R Documentation

Plot Classification Diagram

Description

Plots the classification diagram, stored in the Figaro style sheet.

Usage

    plotDiagram(diagram,select.samples=TRUE,new=TRUE,main=NULL,width=6.5,height=6.5,pointsize=10,bg="transparent",interactive=FALSE,...)

Arguments

diagram

a valid name of the classification diagram. See details.

main

optional alternative main title to the diagram.

select.samples

logical; should be invoked the dialogue for selecting samples?

new

logical; should be opened a new plotting window?

width, height

dimensions of the plotting window in inches.

pointsize

the default pointsize of plotted text, interpreted as big points (1/72 inch).

bg

plotting window background colour.

interactive

logical; for internal use by our French colleagues.

...

optional parameters to the plotting function

Details

The argument 'diagram' may acquire one of following values:

    
'AFM', 'PeceTaylor', 'Shand', 'TAS', 'CoxVolc', 

'TASMiddlemostVolc', 'Jensen', 'LarocheVolc', 

'WinFloyd1', 'WinFloyd2', 'CoxPlut', 

'TASMiddlemostPlut', 'LarochePlut', 'DebonPQ', 'DebonBA', 

'MiddlemostPlut', 'QAPFPlut',

'OConnorPlut', 'QAPFVolc','OConnorVolc',

'Miyashiro', 'Hastie', 'Pearce1996', 'Villaseca', 'NaAlK', 

'Harris', 'Sylvester', 'Meschede', 'Mullen', 'Norry', 

'Shervais', 'PearceEtAl'.

In case some analyses plot outside the limit, a warning is shown.

Value

none

Author(s)

Vojtech Erban, vojtech.erban@geology.cz

See Also

classify, figaro, AFM, Miyashiro, PeceTaylor, Hastie, NaAlK, Shand, TAS, Cox, TASMiddlemost, Jensen, Laroche, WinFloyd1, WinFloyd2, DebonPQ, DebonBA, Middlemost, QAPF, OConnor, Pearce1996, Villaseca.

Examples

    plotDiagram("TAS")
    plotDiagram("LarochePlut",FALSE)

[Package GCDkit version 4.0 Index]