Skip to content

Commit 39a0055

Browse files
authored
Update subplots.R (#2169)
Changed broken URL at the end of subplots description
1 parent 8c11d9d commit 39a0055

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/subplots.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
#' do(p = plot_ly(., x = ~date, y = ~value)) %>%
5858
#' subplot(nrows = NROW(.), shareX = TRUE)
5959
#'
60-
#' # learn more at https://plotly.com/r/subplot.html
60+
#' # learn more at https://plotly.com/r/subplots/
6161
#'
6262

6363
subplot <- function(..., nrows = 1, widths = NULL, heights = NULL, margin = 0.02,

0 commit comments

Comments
 (0)