R/xy.R

Defines functions xy

Documented in xy

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

# fixed buglet using plist in do.call
xy <-
function( p1, p2 ) {
          # turn list of points into matrix for plotting
          if( is.list( p1) ) do.call( rbind, p1)
          else rbind( p1, p2)
    }

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.