powered by
Get fig.height for RMarkdown-junk using explore_all()
total_fig_height( data, var_name_n, var_name_target, nvar = NA, ncol = 2, size = 3 )
Number of rows
A dataset
Weights variable for count data? (TRUE / MISSING)
Target variable (TRUE / MISSING)
Number of variables to plot
Number of columns (default = 2)
fig.height of 1 plot (default = 3)
total_fig_height(iris) total_fig_height(iris, var_name_target = "Species") total_fig_height(nvar = 5)
Run the code above in your browser using DataLab