stat_3D: Draw 3D Geoms

Description Usage Arguments

View source: R/3Dplotting.R

Description

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

Usage

1
2
3
stat_3D(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. These are often aesthetics, used to set an aesthetic to a fixed value, like color = "red" or size = 3.

theta

The azimuthal direction in degrees.

phi

The colatitude in degrees.


abnormally-distributed/abdisttools documentation built on May 5, 2019, 7:07 a.m.