CountApportion-class | R Documentation |
An S4 class to represent an artifact apportioning results. Gives the apportioning of artifact types (columns) per site (rows) and per period (dim. 3).
.Data
An m \times p \times k
array
giving the
proportion of an artifact type (p
) for a given period (k
).
p
An m \times p \times k
array
giving the
probability of apportioning an artifact type (p
) to a given period
(k
).
method
A character
string specifying the distribution used for
apportioning (type popularity curve).
from
A length-one numeric
vector giving the beginning of the
period of interest (in years AD).
to
A length-one numeric
vector giving the end of the period of
interest (in years AD).
step
A length-one numeric
vector giving the step size, i.e. the
width of each time step for apportioning (in years AD).
This class inherits from base array
.
N. Frerebeau
Other classes:
AoristicSum-class
,
EventDate-class
,
IncrementTest-class
,
MeanDate-class
,
PermutationOrder-class
,
RateOfChange-class
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.