Pop3d: Remove last object added to 3D plot

View source: R/Pop3d.R

Pop3dR Documentation

Remove last object added to 3D plot

Description

Removes the last n objects added to 3D plot

Usage

Pop3d(n = 1, ...)

Arguments

n

Number of objects to remove

...

Other arguments

Value

None

Author(s)

Georges Monette

See Also

pop, ~~~

Examples

##---- 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()))

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