subset_SingleGrainData | R Documentation |
Most measured single grains do not exhibit light and it makes usually sense to subset single grain datasets using a table of position and grain pairs
subset_SingleGrainData(object, selection)
object |
Risoe.BINfileData (required): input object with the data to subset |
selection |
data.frame (required): selection table with two columns for position (1st column) and grain (2nd column) (columns names do not matter) |
A subset Risoe.BINfileData object
0.1.0
Sebastian Kreutzer, Institute of Geography, Heidelberg University (Germany)
Risoe.BINfileData, read_BIN2R, verify_SingleGrainData
## load example data
data(ExampleData.BINfileData, envir = environment())
## set POSITION/GRAIN pair dataset
selection <- data.frame(POSITION = c(1,5,7), GRAIN = c(0,0,0))
##subset
subset_SingleGrainData(object = CWOSL.SAR.Data, selection = selection)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.