An S4 class to represent an artifact apportioning results. Gives the apportioning of artifact types (columns) per site (rows) and per period (dim. 3).
Slots
.DataAn \(m \times p \times k\)
arraygiving the proportion of an artifact type (\(p\)) for a given period (\(k\)).pAn \(m \times p \times k\)
arraygiving the probability of apportioning an artifact type (\(p\)) to a given period (\(k\)).methodA
characterstring specifying the distribution used for apportioning (type popularity curve).fromA length-one
numericvector giving the beginning of the period of interest (in years AD).toA length-one
numericvector giving the end of the period of interest (in years AD).stepA length-one
numericvector giving the step size, i.e. the width of each time step for apportioning (in years AD).
Note
This class inherits from base array.
