saveResults {GCDkit} | R Documentation |
Saves the most recently calculated results to a text file.
saveResults(what = results, sep = "\t", digits = 2)
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. |
Saves the variable 'results
' returned by most of the calculation algorithms
to a tab-delimited ASCII file.
None.
Vojtech Janousek, vojtech.janousek@geology.cz