Learn R Programming

plotscale (version 0.1.6)

Scale Graphics Devices Using Plot Dimensions

Description

Figures rendered on graphics devices are usually rescaled to fit pre-determined device dimensions. 'plotscale' implements the reverse: desired plot dimensions are specified and device dimensions are calculated to accommodate marginal material, giving consistent proportions for plot elements. Default methods support grid graphics such as lattice and ggplot. See "example('devsize')" and "vignette('plotscale')".

Copy Link

Version

Install

install.packages('plotscale')

Monthly Downloads

230

Version

0.1.6

License

GPL-3

Maintainer

Tim Bergsma

Last Published

August 31st, 2018

Functions in plotscale (0.1.6)

as.pdf

Coerce to PDF
plotsize

Determine Plot Size
unscaled.default

Determine Unscaled Device Size by Default
plotsize.default

Determine Plot Size by Default
as.size.list

Coerce List to Size
as.size

Coerce to Size
devsize

Determine Device Size
devsize.default

Determine Device Size by Default
print.size

Print Size
unscaled

Determine Unscaled Device Size
as.png

Coerce to PNG
as.png.default

Convert to PNG by Default
as.pdf.default

Convert to PDF by Default