Pop3d: Remove last object added to 3D plot

Description Usage Arguments Value Author(s) See Also Examples

View source: R/Pop3d.R

Description

Removes the last n objects added to 3D plot

Usage

1
Pop3d(n = 1, ...)

Arguments

n

Number of objects to remove

...

Other arguments

Value

None

Author(s)

Georges Monette

See Also

pop, ~~~

Examples

1
2
3
4
5
6
##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

## The function is currently defined as
function(n=1,...) invisible(replicate( n, pop3d()))

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