loadOxcalOutput: Load oxcal output

View source: R/oxcal.R

loadOxcalOutputR Documentation

Load oxcal output

Description

Load oxcal output

Usage

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

See Also

Other oxcal: createOxcalModel(), getModelParametersFromOxcalText(), oxCalDateExpression(), runOxcal()


nickmckay/GeoChronR documentation built on April 9, 2024, 5:26 a.m.