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

View source: R/graphics.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

font_size

font size for the labels in the plot

height

height in inches of the graphic file output

width

width in inches of the graphic file output

columns

number of columns for a plot with more than one lattice

plot_title

title for the plot, defaults to the title in allen_set

dpi

dots per inch for bitmap files

Value

called for its side effects

Author(s)

Thomas S. Dye


tsdye/allen.archaeology documentation built on April 6, 2023, 10:12 a.m.