get_nrow {explore} | R Documentation |
Get number of rows for a grid plot
Description
This function is deprecated, please 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
## Not run:
get_nrow(names(iris), ncol = 2)
## End(Not run)
[Package explore version 1.3.3 Index]