Skip to content
Snippets Groups Projects
Commit c3c52531 authored by Pierre  LECHAT's avatar Pierre LECHAT
Browse files

add possibility to open multiple nodes

parent 2235b8ef
No related branches found
No related tags found
No related merge requests found
...@@ -36,7 +36,7 @@ conditions <- c("COND1","COND2","COND3","COND4") ...@@ -36,7 +36,7 @@ conditions <- c("COND1","COND2","COND3","COND4")
name <- "Bacteroides" name <- "Bacteroides"
treeWeightD3(dat,conditions,levels,nodeFind = name,1000,800) treeWeightD3(dat,conditions,levels,nodeFind = name,1000,800)
``` ```
To open multiple nodes use a vector of nodes name name <- c("Bacteroides","Eubacterium")
You can also use the **treeWeightD3** function within [R Markdown](http://rmarkdown.rstudio.com) documents and even within [Shiny](http://shiny.rstudio.com) applications. For example: You can also use the **treeWeightD3** function within [R Markdown](http://rmarkdown.rstudio.com) documents and even within [Shiny](http://shiny.rstudio.com) applications. For example:
```r ```r
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment