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', '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.

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)

Vojtěch Janoušek, vojtech.janousek@geology.cz

See Also

Plate, Plate editing, figaro

Examples

    data(blatna)
    accessVar("blatna")
    
    plotPlate("PearceGranite")
    
    print(.tectlist())
    
    print(.tectlist()[.tectlist()[,"plate?"]==TRUE,])

[Package GCDkit version 6.1 Index]