psegments3d {plotrix} | R Documentation |
Draw segments on a 3D plot
Description
Draw segments on a 3D plot defined by a list of coordinates
Usage
psegments3d(x,y=NULL,z=NULL,pmat,...)
Arguments
x , y , z |
x, y and z coordinates to plot. ‘x’ may be a list with three components. |
pmat |
matrix to transform coordinates. |
... |
Other arguments passed to ‘segments’. |
Details
Draws segments on a perspective plot.
Value
nil
Author(s)
Ben Bolker
[Package plotrix version 3.8-4 Index]