Learn R Programming

tabula (version 1.2.0)

plotDate: Date plot

Description

Plots date estimates.

Usage

plotDate(object, ...)

# S4 method for DateModel plotDate(object, type = c("event", "accumulation"), select = 1, n = 500)

Arguments

object

An object of class '>DateModel to be plotted.

...

Further arguments passed to other methods.

type

A character string or vector of character strings indicating the modelled dates to be plotted. It must be one or both (default) of event and accumulation. Any unambiguous substring can be given.

select

A numeric or character vector giving the selection of the assemblage that are drawn.

n

A length-one non-negative numeric vector giving the desired length of the vector of quantiles for density computation.

Details

Plots the two probability estimate density curves of archaeological assembalge dates (event and accumulation dates; Bellanger and Husi 2012).

The estimated probability density of an event date is approached by a normal distribution. The distribution of the accumulation time of each context is approached by a Gaussian mixture.

The event date is plotted as a line, while the accumulation time is shown as a grey filled area.

References

Bellanger, L. & Husi, P. (2012). Statistical Tool for Dating and Interpreting Archaeological Contexts Using Pottery. Journal of Archaeological Science, 39(4), 777-790. DOI: 10.1016/j.jas.2011.06.031.

See Also

dateEvent

Other plot: plotBar, plotMatrix, plotRank, plotSpot