| nexml_add | R Documentation | 
add elements to a new or existing nexml object
nexml_add(
  x,
  nexml = new("nexml"),
  type = c("trees", "characters", "meta", "namespaces"),
  ...
)
x | 
 the object to be added  | 
nexml | 
 an existing nexml object onto which the object should be appended  | 
type | 
 the type of object being provided.  | 
... | 
 additional optional arguments to the add functions  | 
a nexml object with the additional data
add_trees add_characters add_meta add_namespaces
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.