stat_trimesh | R Documentation |
stat_trimesh Custom Stat for trimesh plot
stat_trimesh(
mapping = NULL,
data = NULL,
geom = GeomTrimesh$default_aes(),
position = "identity",
show.legend = NA,
outliers = TRUE,
inherit.aes = TRUE,
...
)
mapping |
Aesthetic mappings for the plot. |
data |
The data to be plotted. |
geom |
The geometry to be used in the plot. |
position |
The position adjustment to be applied. |
show.legend |
Whether to show the legend for this layer. |
outliers |
Whether to include outliers. |
inherit.aes |
Whether to inherit aesthetics from the plot or the layer. |
... |
Additional arguments to be passed to the 'layer' function. |
A 'ggplot2' layer object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.