Learn R Programming

ArchaeoPhases (version 2.1.0)

allen_plot: Make a Single Plot of a Nökel Lattice.

Description

Plots a Nökel lattice.

Usage

allen_plot(x, main = NULL, sub = NULL, ann = graphics::par("ann"), ...)

Value

allen_plot() is called it for its side-effects: it results in a graphic being displayed (invisibly returns x).

Arguments

x

A data.frame with plot information, such as the one produced by allen_illustrate_relations().

main

A character string giving a main title for the plot.

sub

A character string giving a subtitle for the plot.

ann

A logical scalar: should the default annotation appear on the plot?

...

Currently not used.

Author

T. S. Dye, N. Frerebeau

See Also

Other Allen's intervals: allen_analyze(), allen_analyze_relations(), allen_complement(), allen_composition(), allen_converse(), allen_illustrate(), allen_illustrate_relations(), allen_intersect(), allen_joint_concurrency(), allen_observe(), allen_observe_frequency(), allen_relation(), allen_relation_code(), allen_union()