From c3c5253159fd2c9ab3e0cf4a9f7574958b79d93a Mon Sep 17 00:00:00 2001 From: Pierre LECHAT <pierre.lechat@pasteur.fr> Date: Mon, 2 Jan 2017 16:33:08 +0100 Subject: [PATCH] add possibility to open multiple nodes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e983a8..326cf21 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ conditions <- c("COND1","COND2","COND3","COND4") name <- "Bacteroides" 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: ```r -- GitLab