| Bacon | R Documentation | 
Bacon age model
Bacon(
  wdir,
  entity,
  cpus = 1,
  postbomb = 0,
  cc = 0,
  seed = NA,
  alt_depths = NULL,
  quiet = FALSE,
  acc = NULL,
  acc_step = 5,
  acc_lower = NULL,
  acc_upper = NULL,
  thick = NULL,
  thick_step = 5,
  thick_lower = NULL,
  thick_upper = NULL,
  dry_run = FALSE,
  restart = FALSE,
  max_scenarios = 100,
  ...
)
Bacon2(
  wdir,
  entity,
  cpus = 1,
  postbomb = 0,
  cc = 0,
  seed = NA,
  alt_depths = NULL,
  quiet = FALSE,
  acc = NULL,
  acc_step = 5,
  acc_lower = NULL,
  acc_upper = NULL,
  thick = NULL,
  thick_step = 5,
  thick_lower = NULL,
  thick_upper = NULL,
  dry_run = FALSE,
  restart = FALSE,
  max_scenarios = 100,
  ...
)
wdir | 
 Path where input files are stored.  | 
entity | 
 Name of the entity.  | 
cpus | 
 Number of CPUs to be used on the computation of the age models.  | 
postbomb | 
 Use a postbomb curve for negative (i.e. postbomb) 14C ages.
  | 
cc | 
 Calibration curve for C-14 dates:
  | 
seed | 
 Set see to reproduce results. This seed is used for   | 
alt_depths | 
 List of arrays with new depths.  | 
quiet | 
 Boolean to hide status messages.  | 
acc | 
 Numeric vector with the accumulation rates to use for the
scenarios. If passed, then   | 
acc_step | 
 Accumulation rate step. Used to create alternative scenarios.  | 
acc_lower | 
 Accumulation rate lower bound. Used to create alternative scenarios.  | 
acc_upper | 
 Accumulation rate upper bound. Used to create alternative scenarios.  | 
thick | 
 Numeric vector with the core segments' thickness to use for the
scenarios. If passed, then   | 
thick_step | 
 Core segments thickness step. Used to create alternative scenarios.  | 
thick_lower | 
 Core segments thickness lower bound. Used to create alternative scenarios.  | 
thick_upper | 
 Core segments thickness upper bound. Used to create alternative scenarios.  | 
dry_run | 
 Boolean flag to show (  | 
restart | 
 Boolean flag to indicate if the execution should be resume from a previous one.  | 
max_scenarios | 
 Numeric value with the maximum number of scenarios to execute.  | 
... | 
 Arguments passed on to  
  | 
List with ggplot2 objects and summary statistics of all the
scenarios computed.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.