File: getFigCtr.Rd

package info (click to toggle)
r-cran-plotrix 2.9-3-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 960 kB
  • sloc: makefile: 3
file content (17 lines) | stat: -rw-r--r-- 564 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
\name{getFigCtr}
\title{Find the center of the figure region}
\description{Calculates the center of the figure region.}
\usage{
 getFigCtr()
}
\alias{getFigCtr}
\details{
 \samp{getFigCtr} reads parameters about the current plot and calculates the
 vertical and horizontal centers of the figure region. This is typically useful
 for placing a centered title on plots where the left and right margins are very
 different.
}
\value{A two element vector containing the coordinates of the center of the
 figure region in user units.}
\author{Jim Lemon}
\keyword{misc}