figSelectSamples {GCDkit}R Documentation

Selecting samples on a Figaro-compatible plot

Description

This function serves to select a subset of samples to be plotted using a Figaro-compatible template.

Usage

figSelectSamples(pattern=NULL)

Arguments

pattern

search pattern; see below

Details

This function serves to replot a Figaro-compatible diagram with only a subset of the original data. The syntax for the search patterns is the same as for the function selectSubset, used throughout the GCDkit system.

No permanent changes are being made to the original Figaro template. Hence clicking the Ok button (GUI version) or invoking the menu 'Plot editing|Redraw/Reset' restores the original plot with all the data selected at the plotting stage.

Value

None.

Author(s)

Vojtech Janousek, vojtech.janousek@geology.cz and Colin M. Farrow, c.farrow@compserv.gla.ac.uk

See Also

regex, selectSubset, selectByLabel, selectAll, figaro and figRedraw

Examples

    plotDiagram("LarochePlut",FALSE)
    figSelectSamples("SiO2>60")
    figSelectSamples("1:5")

[Package GCDkit version 3.00 Index]