get_axispos3d {plotrix} | R Documentation |
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
edge |
which axis to calculate. |
pmat |
matrix to transform coordinates. |
at |
position on the axis. |
pos |
position of the axis relative to the other axes. |
dist |
Offset of the axis. |
Value
A position in 2D coordinates
Author(s)
Ben Bolker
[Package plotrix version 3.8-4 Index]