Learn R Programming

ArchaeoPhases (version 1.8)

plot.archaeophases_plot: Recreate a graphical plot

Description

Recreates a graphic from data and metadata held in a archaeophases_plot object.

Usage

# S3 method for archaeophases_plot
plot(x, ...)

Arguments

x

An archaeophases_plot object.

...

Other parameters.

Details

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.

See Also

tempo_plot

occurrence_plot

marginal_plot

multi_marginal_plot

tempo_activity_plot

multi_dates_plot

Examples

Run this code
# NOT RUN {
# }
# 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)
# }

Run the code above in your browser using DataLab