SC_Ordered: Create Stratigraphically Ordered Sample Matrix

View source: R/SC_ordered.R

SC_OrderedR Documentation

Create Stratigraphically Ordered Sample Matrix

Description

Construct the stratigraphic matrix used in the functions AgeS_Computation and AgeC14_Computation for samples that are all ordered by increasing age.

Usage

SC_Ordered(Nb_sample)

Arguments

Nb_sample

integer (required): the number of samples; alternatively an object of class BayLum.list can be provided as input (such as produced by create_DataFile)

Value

Stratigraphic matrix where each sample are ordered by increasing order. This matrix can be integrated in the function AgeS_Computation. Please see AgeS_Computation for more information on this matrix.

Author(s)

Claire Christophe, Anne Philippe, Sebastian Kreutzer, Guillaume Guérin , RLum Developer Team

See Also

AgeS_Computation, SCMatrix

Examples

SC <- SC_Ordered(Nb_sample = 3)


BayLum documentation built on June 22, 2024, 10:18 a.m.