selectAll {GCDkit}R Documentation

Select whole dataset

Description

Restores data for all samples as they were loaded from a data file.

Usage

selectAll(GUI=FALSE)

Arguments

GUI

logical; was the function called from the GUI?

.

Details

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.

Value

None.

Author(s)

Vojtech Janousek, vojtech.janousek@geology.cz


[Package GCDkit version 3.00 Index]