Description Usage Arguments Details Value
This serves the same role as the base function graphics::text()
for
use in lattice
plots. (Also can be called as text2()
.)
1 |
x, y |
Numeric vectors of coordinates where text |
labels |
Character vector or expression specifying the text to
be written. If |
col, cex, adj |
Default values passed to |
... |
Other parameters are passed to |
Text labels can be added to an existing simple lattice plot with this
function. Values in x
, y
and labels
are recycled as needed.
Interaction with the existing plot occurs through the function
lattice::trellis.currentLayout()
. See that function for more details.
Nothing is returned. This function is called for the side effect of adding labels.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.