figSelectSamples {GCDkit} | R Documentation |
This function serves to select a subset of samples to be plotted using a Figaro-compatible template.
figSelectSamples(pattern=NULL)
pattern |
search pattern; see below |
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.
None.
Vojtech Janousek, vojtech.janousek@geology.cz and Colin M. Farrow, c.farrow@compserv.gla.ac.uk
regex
, selectSubset
, selectByLabel
,
selectAll
, figaro
and figRedraw
plotDiagram("LarochePlut",FALSE) figSelectSamples("SiO2>60") figSelectSamples("1:5")