The R Project SVN R

Rev

Rev 68948 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 68948 Rev 74363
Line 74... Line 74...
74
\section{Warning}{
74
\section{Warning}{
75
  The conversion is only valid for the current device size.
75
  The conversion is only valid for the current device size.
76
  If the device is resized then at least some conversions will
76
  If the device is resized then at least some conversions will
77
  become invalid.  For example, suppose that I create a unit
77
  become invalid.  For example, suppose that I create a unit
78
  object as follows: \code{oneinch <- convertUnit(unit(1, "inches"),
78
  object as follows: \code{oneinch <- convertUnit(unit(1, "inches"),
79
    "native"}.  Now if I resize the device, the unit object in
79
    "native")}.  Now if I resize the device, the unit object in
80
  oneinch no longer corresponds to a physical length of 1 inch.
80
  oneinch no longer corresponds to a physical length of 1 inch.
81
  }
81
  }
82
\seealso{ \code{\link{unit}} }
82
\seealso{ \code{\link{unit}} }
83
\examples{
83
\examples{
84
## A tautology
84
## A tautology