File: psegments3d.Rd

package info (click to toggle)
r-cran-plotrix 3.2-6-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,136 kB
  • sloc: makefile: 3
file content (21 lines) | stat: -rwxr-xr-x 520 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
\name{psegments3d}
\alias{psegments3d}
\title{ 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{
  \item{x,y,z}{ x, y and z coordinates to plot. \samp{x} may be a list with
   three components.}
 \item{pmat}{ matrix to transform coordinates. }
  \item{...}{ Other arguments passed to \samp{segments}. }
}
\details{
 Draws segments on a perspective plot.
}
\value{nil}
\author{Ben Bolker}
\keyword{misc}