loadOxcalOutput | R Documentation |
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
)
L |
A LiPD object - an R serialization of a single LiPD file. It's a list, and is typically created by 'readLipd()' |
oxcal.result.file.path |
Path to oxcal output data (from oxcAAR::executeOxcalScript()) |
model.parameters |
model parameters to write into the lipd file or the text of the oxcal model |
depth.units |
Depth units to assign in (default = "cm") |
chron.num |
Which chronData object to select? |
model.num |
an integer that corresponds to model.num that has the variable you want |
make.new |
Create a new model? |
max.ens |
Maximum number of ensemble members to import (default = 1000) |
A lipd object
Other oxcal:
createOxcalModel()
,
getModelParametersFromOxcalText()
,
oxCalDateExpression()
,
runOxcal()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.