fig.3D: Make 3D Plot

Description Usage Arguments Examples

View source: R/fig.R

Description

Make 3D Plot

Usage

1
fig.3D(data, x = 1, y = 2, z = 3, n.group = 1, main = "")

Arguments

data

A data.frame.

x, y, z

A numeric. The x, y, and z dimensions to plot.

n.group

A character vector or factor. Groupings for the points. Used to color the figure.

main

A string. The plot title.

Examples

1
2
3
4
## Not run: 
fig.quick3D(mtcars, x = 1, y = 2, z = 3, n.group = mtcars$cyl)

## End(Not run)

tpq/miSciTools documentation built on Sept. 16, 2019, 4:43 p.m.