addResults {GCDkit} | R Documentation |
Appends the most recently calculated results to the data stored in memory.
addResults(what="results", save=TRUE, GUI=FALSE)
what |
character; the name of variable to be appended. |
save |
logical; Append to the data matrix ' |
GUI |
logical; Is the function called within the GUI environment? |
This function appends the variable 'results
' (a matrix or vector)
returned by most of the calculation algorithms to a the numeric data stored
in the matrix 'WR
'.
Modifies the matrix 'WR
'.
Vojtech Janousek, vojtech.janousek@geology.cz