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)

Arguments

what

character; the name of variable to be appended.

save

logical; Append to the data matrix 'WR'?.

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 3.00 Index]