allen_plot: Make a single plot of a Nökel lattice.

View source: R/AllenPlot.R

allen_plotR Documentation

Make a single plot of a Nökel lattice.

Description

Plots a Nökel lattice to the display and optionally to a file.

Usage

allen_plot(
  allen_set,
  file_name = NULL,
  pad = 0.2,
  font_size = 11,
  height = 7,
  width = 7,
  columns = 1,
  plot_title = allen_set$title,
  dpi = 600
)

Arguments

allen_set

a dataframe with plot information, such as the one produced by illustrate_allen_relations()

file_name

optional path to the graphic file output

pad

padding in inches to the margins to keep labels from disappearing off the edge of the graphic (default 0.2)

font_size

font size for the labels in the plot (default 11)

height

height in inches of the graphic file output (default 7)

width

width in inches of the graphic file output (default 7)

columns

number of columns for a plot with more than one lattice (default 1)

plot_title

title for the plot, defaults to the title in allen_set

dpi

dots per inch for bitmap files (default 600)

Value

Typically called for its side effects, returns allen_set

Author(s)

Thomas S. Dye


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