allen_plot {ArchaeoPhases} | R Documentation |
Plots a Nökel lattice to the display and optionally to a file.
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
)
allen_set |
a dataframe with plot information, such as the one
produced by |
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 |
dpi |
dots per inch for bitmap files (default 600) |
Typically called for its side effects, returns allen_set
Thomas S. Dye