Skip to contents

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

.Data

An \(m \times p \times k\) array giving the proportion of an artifact type (\(k\)) for a given period (\(m\)).

breaks

An aion::RataDie vector giving the date break between time-blocks.

method

A character string specifying the distribution used for apportioning (type popularity curve).

p

An \(m \times p \times k\) array giving 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.

Author

N. Frerebeau