annotate2 | R Documentation |
Variation de ggplot2::annotate pour intégrer une position
annotate2(
geom,
x = NULL,
y = NULL,
xmin = NULL,
xmax = NULL,
ymin = NULL,
ymax = NULL,
xend = NULL,
yend = NULL,
position = PositionIdentity,
...,
na.rm = FALSE
)
geom |
name of geom to use for annotation |
x , y , xmin , ymin , xmax , ymax , xend , yend |
positioning aesthetics - you must specify at least one of these. |
position |
fonction position (comme position_nudge()) pour modifier la position de l'annotation |
... |
Other arguments passed on to
|
na.rm |
If |
une layer
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.