Load oxcal output
loadOxcalOutput(
L,
oxcal.result.file.path,
model.parameters,
depth.units = "cm",
chron.num = NA,
model.num = NA,
make.new = NA,
max.ens = 1000
)
A LiPD object - an R serialization of a single LiPD file. It's a list, and is typically created by `readLipd()`
Path to oxcal output data (from oxcAAR::executeOxcalScript())
model parameters to write into the lipd file or the text of the oxcal model
Depth units to assign in (default = "cm")
Which chronData object to select?
an integer that corresponds to model.num that has the variable you want
Create a new model?
Maximum number of ensemble members to import (default = 1000)
A lipd object
Other oxcal:
createOxcalModel()
,
getModelParametersFromOxcalText()
,
oxCalDateExpression()
,
runOxcal()