Plots a Nökel lattice.
Usage
allen_plot(x, main = NULL, sub = NULL, ann = graphics::par("ann"), ...)
Arguments
- x
A
data.frame
with plot information, such as the one produced byallen_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.
Value
allen_plot()
is called it for its side-effects: it results in a graphic
being displayed (invisibly returns x
).
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()