R/lipd.manipulation.R
estimateUncertaintyFromRange.Rd
Estimate uncertainty (plus/minus values) from a range of values
estimateUncertaintyFromRange(
L,
range.1 = NA,
range.2 = NA,
paleo.or.chron = "chronData",
sigma.range = 2,
meas.table.num = 1,
paleo.or.chron.num = 1
)
A LiPD object - an R serialization of a single LiPD file. It's a list, and is typically created by `readLipd()`
name of one of the range variables
name of the other range variable
"paleoData" or "chronData"
what sigma range are the measurement uncertainties (default is 2)
an integer that corresponds to paleo.num measurementTable has the variable you want?
an integer that corresponds to paleo.num or chron Data object (L$<paleo.or.chron>[[?]]) has the variable you want?
MT: a LiPD measurementTable with a new unc.estimate variable
Other LiPD manipulation:
createConcatenatedEnsembleMeasurementTable()
,
createModel()
,
createMultiModelEnsemble()
,
createSummaryTableFromEnsembleTable()
,
createTSid()
,
getVariableIndex()
,
mapAgeEnsembleToPaleoData()
,
pullTsVariable()
,
selectData()