plot.archaeophases_plot: Recreate a graphical plot

View source: R/S3Classes.R

plot.archaeophases_plotR Documentation

Recreate a graphical plot

Description

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

Usage

## S3 method for class '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.

Author(s)

Thomas S. Dye, tsd@tsdye.online

See Also

tempo_plot

occurrence_plot

marginal_plot

multi_marginal_plot

tempo_activity_plot

multi_dates_plot

Examples


## 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)

ArchaeoPhases documentation built on June 22, 2022, 1:05 a.m.