Points3d: Plot points in 3D

Description Usage Arguments Details Value Author(s) See Also Examples

View source: R/Points3d.R

Description

Plot points in 3D

Usage

1
2
3
4
5
6
7
Points3d(x, ...)

## Default S3 method:
Points3d(x, ...)

## S3 method for class 'formula'
Points3d(x, ...)

Arguments

x
...

Details

This is just a stub, awaiting further development.

Value

None

Author(s)

Georges Monette

See Also

Plot3d

Examples

1
2
## The function is currently defined as
## function(x,...) UseMethod("Points3d")

p3d documentation built on May 2, 2019, 5:25 p.m.