File: get_axispos3d.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 (19 lines) | stat: -rwxr-xr-x 512 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
\name{get_axispos3d}
\alias{get_axispos3d}
\title{ Get axis positions on a 3D plot }
\description{
 Calculate the axis positions on a 3D plot.
}
\usage{
 get_axispos3d(edge,pmat,at,pos=NULL, dist=0)
}
\arguments{
 \item{edge}{ which axis to calculate.}
 \item{pmat}{ matrix to transform coordinates. }
 \item{at}{ position on the axis. }
 \item{pos}{ position of the axis relative to the other axes. }
 \item{dist}{ Offset of the axis. }
}
\value{A position in 2D coordinates}
\author{Ben Bolker}
\keyword{misc}