total_fig_height | R Documentation |
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
)
data |
A dataset |
var_name_n |
Weights variable for count data? (TRUE / MISSING) |
var_name_target |
Target variable (TRUE / MISSING) |
nvar |
Number of variables to plot |
ncol |
Number of columns (default = 2) |
size |
fig.height of 1 plot (default = 3) |
Number of rows
total_fig_height(iris)
total_fig_height(iris, var_name_target = "Species")
total_fig_height(nvar = 5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.