get_fbdrange_from_file | R Documentation |
Import fbdrange object from file
get_fbdrange_from_file(input_file)
input_file |
path to a tree file in Nexus format containing range and orientation metadata for the trees (for instance, a file generated by the BEAST2 package sRanges) |
an fbdrange object
tree_file <- system.file("extdata", "fbdrange.trees", package = "FossilSim")
fbdr <- get_fbdrange_from_file(tree_file)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.