get_nrow {explore} | R Documentation |
This function is deprecated, please use total_fig_height()
instead.
get_nrow(varnames, exclude = 0, ncol = 2)
varnames |
List of variables to be plotted |
exclude |
Number of variables that will be excluded from plot |
ncol |
Number of columns (default = 2) |
Number of rows
## Not run:
get_nrow(names(iris), ncol = 2)
## End(Not run)