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
)

Arguments

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

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)

Value

A lipd object