fact: nearsq helper

View source: R/helper.R

factR Documentation

nearsq helper

Description

Finds the largest x for which n %% x == 0

Usage

fact(n)

Arguments

n

number of plots to fit.

Details

Obtained here: https://stackoverflow.com/questions/32017327/calculate-the-optimal-grid-layout-dimensions-for-a-given-amount-of-plots-in-r

Value

An integer


actel documentation built on Oct. 19, 2023, 9:08 a.m.