File: getYmult.Rd

package info (click to toggle)
r-cran-plotrix 3.8-4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,588 kB
  • sloc: makefile: 6
file content (17 lines) | stat: -rwxr-xr-x 597 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
\name{getYmult}
\alias{getYmult}
\title{Correct for aspect and coordinate ratio}
\description{Calculate a multiplication factor for the Y dimension to correct
 for unequal plot aspect and coordinate ratios on the current graphics device.}
\usage{
 getYmult()
}
\details{  
 \samp{getYmult} retrieves the plot aspect ratio and the coordinate ratio for
 the current graphics device, calculates a multiplicative factor to equalize
 the X and Y dimensions of a plotted graphic object.
}
\value{The correction factor for the Y dimension.}
\author{Jim Lemon}
\seealso{\link{draw.circle}}
\keyword{misc}