An open API service indexing awesome lists of open source software.

https://github.com/walterxie/b2xml

Data visualisation from BEAST 2 XML
https://github.com/walterxie/b2xml

Last synced: 2 months ago
JSON representation

Data visualisation from BEAST 2 XML

Awesome Lists containing this project

README

        

# b2xml

Data visualisation for BEAST 2 XML.

## Installation

You can use the **devtools** *install\_github()* function to install the lastest development version directly from the GitHub.

```R
library("devtools")
devtools::install_github("walterxie/b2xml")
library("b2xml")
```

Or install from `b2xml_*.tar.gz`.

```R
install.packages("b2xml_1.0.0.tar.gz", repos = NULL, type = "source")
library("b2xml")
```

To see all exported functions:
```R
help(package = "b2xml")
```