labs_3D: 3D Axis Labels

Description Usage Arguments

View source: R/3Dplotting.R

Description

This function adds 3D axis labels to ggplot2 plots.

Usage

1
2
3
labs_3D(mapping = aes(group = 1), data = NULL, geom = "text",
  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.

label

The labels to add. A vector of three where the first element is x, the second is y, and the third is z.


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