Skip to content

Commit dc512ac

Browse files
committed
document again
1 parent 287fbfb commit dc512ac

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

R/subplots.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#' View multiple plots in a single view
22
#'
3-
#' @param ... any number of plotly objects
3+
#' @param ... any number of plotly objects. A list of plotly objects or a tibble
4+
#' with one list-column of plotly objects is also accepted.
45
#' @param nrows number of rows for laying out plots in a grid-like structure.
56
#' Only used if no domain is already specified.
67
#' @param widths relative width of each column on a 0-1 scale. By default all

man/subplot.Rd

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)