Points3d: Plot points in 3D

View source: R/Points3d.R

Points3dR Documentation

Plot points in 3D

Description

Plot points in 3D

Usage

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


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

gmonette/p3d documentation built on Nov. 16, 2023, 11:31 p.m.