Ax3D: Draw 3D Axes

Description Usage Arguments

View source: R/Ax3D.R

Description

This function adds 3D axes to a ggplot2 plot.

Usage

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

Arguments

...

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.


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