An S4 class to represent an artifact apportioning results. Gives the apportioning of artifact types (dim. 3) per site (dim. 2) and per period (dim. 1).
Slots
.DataAn \(m \times p \times k\)
arraygiving the proportion of an artifact type (\(k\)) for a given period (\(m\)).breaksAn
aion::RataDievector giving the date break between time-blocks.methodA
characterstring specifying the distribution used for apportioning (type popularity curve).pAn \(m \times p \times k\)
arraygiving the probability of apportioning an artifact type (\(k\)) to a given period (\(m\)).
Note
This class inherits from aion::TimeSeries: dates are internally
stored as rata die.
Coerce
In the code snippets below, x is an CountApportion object.
as.data.frame(x)Coerces to a
data.frame.
