Edit numeric data {GCDkit} | R Documentation |
Simultaneous editing of all numeric data using a spreadsheet-like interface.
editData(x=WR)
x |
data frame/numeric matrix to be edited; default is ' |
The function invokes a spreadsheet-like interface that enables the user to edit the numeric data for individual samples. When all the desired changes have been performed, close button is to be clicked.
The system then performs some recalculations as if the data set was loaded from
the disc afresh (calling 'Gcdkit.r
').
Returns the corrected version of the numeric matrix 'WR
'.
Vojtech Janousek, vojtech.janousek@geology.cz