plot_ford | R Documentation |
Plots a Ford (battleship curve) diagram.
plot_ford(object, ...)
## S4 method for signature 'matrix'
plot_ford(
object,
weights = FALSE,
EPPM = FALSE,
fill = "darkgrey",
border = NA,
axes = TRUE,
...
)
## S4 method for signature 'data.frame'
plot_ford(
object,
weights = FALSE,
EPPM = FALSE,
fill = "darkgrey",
border = NA,
axes = TRUE,
...
)
object |
A |
... |
Currently not used. |
weights |
A |
EPPM |
A |
fill |
The color for filling the bars. |
border |
The color to draw the borders. |
axes |
A |
plot_ford()
is called for its side-effects: it results in a graphic
being displayed (invisibly returns object
).
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_heatmap()
,
plot_rank()
,
plot_spot()
,
seriograph()
## Data from Lipo et al. 2015
data("mississippi", package = "folio")
## Plot a Ford diagram
plot_ford(mississippi)
plot_ford(mississippi, weights = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.