powered by
Plots a Ford (battleship curve) diagram.
plot_ford(object, ...)# S4 method for matrix plot_ford(object, EPPM = FALSE)# S4 method for data.frame plot_ford(object, EPPM = FALSE)
# S4 method for matrix plot_ford(object, EPPM = FALSE)
# S4 method for data.frame plot_ford(object, EPPM = FALSE)
A ggplot2::ggplot object.
A \(m \times p\) numeric matrix or data.frame of count data (absolute frequencies giving the number of individuals for each class).
numeric
matrix
data.frame
Currently not used.
A logical scalar: should the EPPM be drawn? This argument is defunct: use seriograph() instead.
logical
seriograph()
N. Frerebeau
Ford, J. A. (1962). A quantitative method for deriving cultural chronology. Washington, DC: Pan American Union. Technical manual 1.
Other plot methods: matrigraph(), plot_bertin(), plot_diceleraas(), plot_diversity, plot_heatmap(), plot_rank(), plot_spot(), seriograph()
matrigraph()
plot_bertin()
plot_diceleraas()
plot_diversity
plot_heatmap()
plot_rank()
plot_spot()
## Ceramic data ## (data from Desachy 2004) data("compiegne", package = "folio") ## Plot a Ford diagram plot_ford(compiegne)
Run the code above in your browser using DataLab