Pulls ensemble members from Bacon output. Will be run in interactive mode if necessary parameters aren't specified. Most users will want to use runBacon for their bacon needs.

sampleBaconAges(corename, K = NA, bacon.dir = NA, max.ens = NA)

Arguments

corename

the name used for the bacon model (and directories)

K

the number of intervals over which the model is run, this is appended onto all the Bacon files after the underscore. If NA, will attempt to deduce from the directory.

bacon.dir

the directory where Bacon is installed on this computer. Willimport if bossible.

max.ens

the maximum number of ensemble members to import

Value

An ensemble table in the LiPD structure

See also

Author

Simon Goring

Nick McKay

Examples

if (FALSE) {
ensTable = sampleBaconAges("MSB2K",max.ens = 1000)
}