saveData {GCDkit} | R Documentation |
Saves modified data set into a specified datafile.
saveData(sep="\t")
sep |
delimiter separating individual items in the data file. |
Labels (stored in data frame 'labels
') and numeric data (in numeric matrix
'WR
') for the currently selected subset are glued together and saved under
the specified filename. The format is such that the data can be retrieved again
into GCDkit using the loadData
command. Note that no mg numbers
are currently saved.
None.
Vojtech Janousek, vojtech.janousek@geology.cz
'loadData
' 'mergeData
'
'showColours
' 'colours
' 'showSymbols
'
'read.table
'