Compute the number of rows and columns to split a graphic window into panels as equally as possible.

howManyRC(n)

Arguments

n

a positive integer (or coercible as is).

Value

A vector of two elements: the number of rows followed by the number of columns.