Description Usage Arguments Details See Also
add styles to a node
| 1 2 3 4 | 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")
 | 
| 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  | 
given a phylocanvas object and nodeid, apply
the given styles to that node.
http://phylocanvas.org/docs/features/#style-branches-individually
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.