addResults {GCDkit}R Documentation

Appending results to data

Description

Appends the most recently calculated results to the data stored in memory.

Usage

addResults(what="results", save=TRUE, GUI=FALSE)

Arguments

what

character; the name of variable to be appended.

save

logical; Append to the data matrix 'WR'?

GUI

logical; Is the function called within the GUI environment?

Details

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'.

Value

Modifies the matrix 'WR'.

Author(s)

Vojtech Janousek, vojtech.janousek@geology.cz


[Package GCDkit version 4.0 Index]