R/Points3d.R

Defines functions Points3d Points3d.default Points3d.formula

Documented in Points3d Points3d.default Points3d.formula

##
## p3d:Points3d.R
## 2011-12-22
##

# merged Points.*.R (MF)

Points3d <-
function(x,...) UseMethod("Points3d")

Points3d.default <-
		function(x,...) scat3d( x,..., clear =FALSE)

Points3d.formula <-
		function(x,...) Plot3d(x, ... , clear = FALSE)

Try the p3d package in your browser

Any scripts or data that you put into this service are public.

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