saveResults {GCDkit}R Documentation

Save results

Description

Saves the most recently calculated results to a text file.

Usage

saveResults(what = results, sep = "\t", digits = 2)

Arguments

what

a variable to be saved, can be either a vector, a matrix or a list.

sep

separator; default is a tab-delimited file.

digits

precision of the results to be saved.

Details

Saves the variable 'results' returned by most of the calculation algorithms to a tab-delimited ASCII file.

Value

None.

Author(s)

Vojtech Janousek, vojtech.janousek@geology.cz


[Package GCDkit version 4.0 Index]