accessVar {GCDkit} | R Documentation |
Loads data already present in memory of R into GCDkit.
accessVar(var=NULL)
var |
a text string specifying the variable to be accessed |
This function makes possible to access a variable, already present in R, most
importantly the sample data sets.
Firstly these need to be made available using the command data
.
WR |
numeric matrix: all numeric data |
labels |
data frame: all at least partly character fields;
|
The function prints a short summary about the attached data.
It also loads and executes the Plugins, i.e. all the R code that
is currently stored in the subdirectory '\Plugin
'.
Vojtech Janousek, vojtech.janousek@geology.cz
data(swiss) accessVar("swiss") binary("Catholic","Education") data(sazava) accessVar("sazava") binary("SiO2","Ba")