Stat3D: Draw 3D Geoms

Description Usage Arguments References

View source: R/Lab3D.R

Description

This function adds 3D geoms such as points and paths to a ggplot2 plot.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
Stat3D(
  mapping = NULL,
  data = NULL,
  geom = "point",
  position = "identity",
  na.rm = FALSE,
  show.legend = NA,
  inherit.aes = TRUE,
  ...
)

Arguments

geom

The geom type to use ie. "point", "path", "line"

...

Arguements passed on to layer.

theta

The azimuthal direction in degrees.

phi

The colatitude in degrees.

References

https://github.com/AckerDWM/gg3D/blob/master/R/stat_3D.R


Yutong441/TBdev documentation built on Dec. 18, 2021, 8:22 p.m.