View source: R/utilities-ggplot.R
geomTLFPoint | R Documentation |
geom similar to geom_point()
but that leverage fonts to draw its shapes
geomTLFPoint(
mapping = NULL,
data = NULL,
stat = "identity",
position = "identity",
na.rm = FALSE,
show.legend = NA,
inherit.aes = TRUE,
...
)
mapping |
mapping from |
data |
data.frame |
stat |
stat name from |
position |
position name from |
na.rm |
a logical value indicating |
show.legend |
= NA, |
inherit.aes |
a logical value indicating if aesthetics are inherited |
... |
other arguments. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.