geom similar to geom_point() but that leverage fonts to draw its shapes
Usage
geomTLFPoint(
mapping = NULL,
data = NULL,
stat = "identity",
position = "identity",
na.rm = FALSE,
show.legend = NA,
inherit.aes = TRUE,
...
)Arguments
- mapping
mapping from
ggplot2package as provided byaes()- data
data.frame
- stat
stat name from
ggplot2- position
position name from
ggplot2- na.rm
a logical value indicating
- show.legend
= NA,
- inherit.aes
a logical value indicating if aesthetics are inherited
- ...
other arguments.