get_nrow: Get number of rows for a grid plot (deprecated, use...

View source: R/tools.R

get_nrowR Documentation

Get number of rows for a grid plot (deprecated, use total_fig_height() instead)

Description

Get number of rows for a grid plot (deprecated, use total_fig_height() instead)

Usage

get_nrow(varnames, exclude = 0, ncol = 2)

Arguments

varnames

List of variables to be plotted

exclude

Number of variables that will be excluded from plot

ncol

Number of columns (default = 2)

Value

Number of rows

Examples

get_nrow(names(iris), ncol = 2)

explore documentation built on Oct. 11, 2023, 9:07 a.m.