phylocanvas {phylocanvas} | R Documentation |
phylocanvas
Description
An html widget wrapper of the phylocanvas.js JS library.
Usage
phylocanvas(tree, treetype = "rectangular", nodestyles = NULL,
nodesize = 30, textsize = 30, linewidth = 3, showlabels = TRUE,
alignlabels = FALSE, showhistory = FALSE, showcontextmenu = TRUE,
showscalebar = FALSE, width = NULL, height = NULL, elementId = NULL)
Arguments
tree |
Required. Newick string of a phyloseq tree, |
treetype |
Optional. Default |
nodestyles |
Optional. Default |
nodesize |
Optional. Default |
textsize |
Optional. Default |
linewidth |
Optional. Default |
showlabels |
Optional. Default |
alignlabels |
Optional. Default |
showhistory |
Optional. Default |
showcontextmenu |
Optional. Default |
showscalebar |
Optional. Default |
width |
Optional. Default |
height |
Optional. Default |
elementId |
Optional. Default |