plots.size: Suggest Proper Width and Height for a Graphic with a Certain...

Description Usage Arguments Value

Description

Given a number of rows and columns, make a suggestion about the c(width, height) in inch that a graphic should have to accommodate the figure.

Usage

1
2
plots.size(rows = 1L, columns = 1L, single.minWidth.in = 2.2,
  single.minHeight.in = max(1, single.minWidth.in/.goldenRatio))

Arguments

rows

the rows

columns

the columns

single.minWidth.in

the minimum width of a diagram in inch

single.minHeight.in

the minimum height of a diagram in inch

Value

a vector c(width, height) with appropriate width and height in inch of the graphic


thomasWeise/plotteR documentation built on May 29, 2019, 5:41 a.m.