Plots a N<U+00F6>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
)
a dataframe with plot information, such as the one
produced by illustrate_allen_relations()
optional path to the graphic file output
padding in inches to the margins to keep labels from disappearing off the edge of the graphic (default 0.2)
font size for the labels in the plot (default 11)
height in inches of the graphic file output (default 7)
width in inches of the graphic file output (default 7)
number of columns for a plot with more than one lattice (default 1)
title for the plot, defaults to the title in allen_set
dots per inch for bitmap files (default 600)
Typically called for its side effects, returns allen_set