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
- Host: GitHub
- URL: https://github.com/walterxie/b2xml
- Owner: walterxie
- License: mit
- Created: 2020-06-02T00:52:26.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-22T21:35:38.000Z (almost 5 years ago)
- Last Synced: 2025-02-02T02:28:00.381Z (4 months ago)
- Language: R
- Size: 88.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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")
```