1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/devcoords.R
\name{devcoords}
\alias{devcoords}
\title{Returns device-coordinates and plot-region}
\usage{
devcoords()
}
\value{
A \code{list} with elements
\item{dev.x1}{Device: Left x-coordinate}
\item{dev.x2}{Device: Right x-coordinate}
\item{dev.y1}{Device Bottom y-coordinate}
\item{dev.y2}{Device Top y-coordinate}
\item{fig.x1}{Plot: Left x-coordinate}
\item{fig.x2}{Plot: Right x-coordinate}
\item{fig.y1}{Plot: Bottom y-coordinate}
\item{fig.y2}{Plot: Top y-coordinate}
}
\description{
Returns device-coordinates and plot-region
}
\author{
Klaus K. Holst
}
\keyword{hplot}
|