plotPlate {GCDkit}R Documentation

Plot Plate of Diagrams

Description

Plots a plate of diagrams, based on the Figaro style sheets.

Usage

    plotPlate(diagram,where="WR",...)

Arguments

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.

Details

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

        'Maniar' 'Frost' 'PearceGranite' 'Schandl' 
        'Verma' 'Agrawal' 'Cann' 'Wood'  
    

Value

none

Note

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.

Author(s)

Vojtech Janousek, vojtech.janousek@geology.cz

See Also

Plate, Plate editing, figaro

Examples

    plotPlate("PearceGranite")

[Package GCDkit version 3.00 Index]