saveData {GCDkit}R Documentation

Save data file

Description

Saves modified data set into a specified datafile.

Usage

saveData(sep="\t")

Arguments

sep

delimiter separating individual items in the data file.

Details

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.

Value

None.

Author(s)

Vojtech Janousek, vojtech.janousek@geology.cz

See Also

'loadData' 'mergeData' 'showColours' 'colours' 'showSymbols' 'read.table'


[Package GCDkit version 3.00 Index]