style_node {phylocanvas} | R Documentation |
style node
Description
add styles to a node
Usage
style_node(phycnv, nodeid, highlighted = FALSE, color = "black",
shape = "circle", nodesizeratio = 1, strokecolor = "black",
fillcolor = "black", linewidth = 1, labelcolor = "black",
labeltextsize = 20, labelfont = "Arial", labelformat = "bold")
Arguments
phycnv |
Required. |
nodeid |
Required. |
highlighted |
Optional. Default |
color |
Optional. Color of the node/branch |
shape |
Optional. Default |
nodesizeratio |
Optional. Default |
strokecolor |
Optional. Default |
fillcolor |
Optional. Default |
linewidth |
Optional. Default |
labelcolor |
Optional. Default |
labeltextsize |
Optional.Default |
labelfont |
Optional. Default |
labelformat |
Optional. Default |
Details
given a phylocanvas
object and nodeid, apply
the given styles to that node.
See Also
http://phylocanvas.org/docs/features/#style-branches-individually