unscaled.default {plotscale} | R Documentation |
Determine Unscaled Device Size by Default
Description
Determines the size of an unscaled device. Width and height are interpreted directly as device dimensions rather than plot dimensions.
Usage
## Default S3 method:
unscaled(x, width, height, ...)
Arguments
x |
object |
width |
desired width in inches |
height |
desired height in inches |
... |
other arguments |
See Also
Other devsize: as.size
,
devsize.default
, devsize
,
print.size
, unscaled
[Package plotscale version 0.1.6 Index]