Skip to content

Commit 47f0fc6

Browse files
committed
fix dendro docs
1 parent ec340df commit 47f0fc6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

R/plotly.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ plot_geo <- function(data = data.frame(), ...) {
258258
#' dend1 <- as.dendrogram(hc)
259259
#' plot_dendro(dend1, height = 600) %>%
260260
#' hide_legend() %>%
261-
#' highlight(off = "plotly_deselect", persistent = TRUE, dynamic = TRUE)
261+
#' highlight(persistent = TRUE, dynamic = TRUE)
262262
#'
263263

264264
plot_dendro <- function(d, set = "A", xmin = -50, height = 500, width = 500, ...) {

man/plot_dendro.Rd

Lines changed: 1 addition & 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)