Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9b5c4f6

Browse filesBrowse files
committed
dendextend installation must error out on oldrel?
1 parent 4763648 commit 9b5c4f6
Copy full SHA for 9b5c4f6

File tree

Expand file treeCollapse file tree

2 files changed

+4
-0
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+4
-0
lines changed

‎R/plotly.R

Copy file name to clipboardExpand all lines: R/plotly.R
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,11 +310,13 @@ plot_geo <- function(data = data.frame(), ..., offline = FALSE) {
310310
#' @seealso [plot_ly()], [plot_mapbox()], [ggplotly()]
311311
#' @examples
312312
#'
313+
#' \dontrun{
313314
#' hc <- hclust(dist(USArrests), "ave")
314315
#' dend1 <- as.dendrogram(hc)
315316
#' plot_dendro(dend1, height = 600) %>%
316317
#' hide_legend() %>%
317318
#' highlight(persistent = TRUE, dynamic = TRUE)
319+
#' }
318320
#'
319321

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

‎man/plot_dendro.Rd

Copy file name to clipboardExpand all lines: man/plot_dendro.Rd
+2Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.