| compute_legend_layout | R Documentation |
Compute legend row/column layout
compute_legend_layout(n_groups, position, nrow, ncol)
n_groups |
Number of groups |
position |
Position ("right", "left", "top", "bottom", "inside") |
nrow |
User-specified rows (can be NULL) |
ncol |
User-specified columns (can be NULL) |
list(nrow = integer, ncol = integer)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.