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,
...
)
A `ggplot2` layer object.
Aesthetic mappings for the plot.
The data to be plotted.
The geometry to be used in the plot.
The position adjustment to be applied.
Whether to show the legend for this layer.
Whether to include outliers.
Whether to inherit aesthetics from the plot or the layer.
Additional arguments to be passed to the `layer` function.