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.
Vojtěch Janoušek, vojtech.janousek@geology.cz and Colin M. Farrow, colinfarrow537@gmail.com
regex
, selectSubset
, selectByLabel
,
selectAll
, figaro
and figRedraw
data(sazava) accessVar("sazava") plotDiagram("DebonPQ",FALSE) figCex(1.5) figSelectSamples("SiO2>60") figRedraw() figSelectSamples("1:5")