plot.archaeophases_plot {ArchaeoPhases} | R Documentation |
Recreates a graphic from data and metadata held in a
archaeophases_plot
object.
## S3 method for class 'archaeophases_plot'
plot(x, ...)
x |
An |
... |
Other parameters. |
Uses data stored in the archaeophases_plot
object, along with
metadata from the call of the plotting function, to recreate the original
graphic on the display.
Thomas S. Dye, tsd@tsdye.online
## Not run:
# Read from connection
ox <- read_oxcal("http://tsdye.online/AP/ox.csv")
tp_1 <- tempo_plot(ox, position = 1:ncol(ox))
# Recreate the tempo_plot with the original arguments
plot(tp_1)
## End(Not run)