Description Usage Arguments Details See Also Examples
Add a point figure.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | info_text(g, ..., style = NULL, data = NULL)
info_image(g, ..., style = NULL, data = NULL)
info_arc(g, ..., style = NULL, data = NULL)
info_line(g, ..., style = NULL, data = NULL)
info_vline(g, ..., style = NULL, data = NULL)
info_hline(g, ..., style = NULL, data = NULL)
info_abline(g, ..., style = NULL, data = NULL, direction = c(1, 2))
info_region(g, ..., style = NULL, data = NULL)
info_region_filter(g, ..., style = NULL, data = NULL)
info_marker(g, ..., style = NULL, data = NULL)
info_data_region(g, ..., style = NULL, data = NULL)
info_shape(g, ..., style = NULL, data = NULL)
info_html(g, ..., style = NULL, data = NULL)
|
g |
An object of class |
... |
Options to pass to the informational annotation. |
style |
A list of options defning the style. |
data |
A dataset to use with |
direction |
Direction of diagonal line. |
info_vline
, and info_hline
use the x
, and y
asp()
for placement.
Official annotation documentation
for defails pon what to pass to ...
, and asp()
.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.