direct.label.trellis {directlabels} | R Documentation |
direct label trellis
Description
Add direct labels to a grouped lattice plot. This works by parsing
the trellis object returned by the high level plot function, and
returning it with a new panel function that will plot direct
labels using the specified method
.
Usage
## S3 method for class 'trellis'
direct.label(p,
method = NULL, debug = FALSE)
Arguments
p |
The lattice plot (result of a call to a high-level lattice function). |
method |
Method for direct labeling as described in
|
debug |
Show |
Value
The lattice plot.
Author(s)
Toby Dylan Hocking <toby.hocking@r-project.org> [aut, cre] (ORCID: <https://orcid.org/0000-0002-3146-0865>)
[Package directlabels version 2025.6.24 Index]