plots.arrange: Find a Proper Numbers of Rows and Columns for 'n' Plots

Description Usage Arguments Value

Description

Given a number n of plots, find proper numbers of rows and columns in which these plots can be arranged.

Usage

1
plots.arrange(n, portrait = TRUE)

Arguments

n

the number of plots

portrait

should the arrangement be considered for portrait (TRUE) or landscape (FALSE) formats?

Value

a vector c(rows, columns) with the number of rows and columns in which these plots can be arranged.


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