selectAll {GCDkit} | R Documentation |
Restores data for all samples as they were loaded from a data file.
selectAll(GUI=FALSE)
GUI |
logical; was the function called from the GUI? |
.
When a datafile is loaded into GCDkit using the loadData
function, the data and their backup copy are stored in the memory.
The subsets of the current dataset can be chosen using the functions
selectByLabel
and selectSubset
(menus
'Select subset by sample name}\cr
\code{or label', 'Select subset by range',
'Select subset by Boolean'
)
and the current data will be replaced by their newly chosen subset.
The backup copy is kept intact ever since the loadData
function
has been invoked and can be uploaded any time in place of the current data set
using the function 'selectAll
'.
Note that all changes made e.g. to plotting symbols, grouping, newly calculated
variables etc. will be lost.
None.
Vojtech Janousek, vojtech.janousek@geology.cz