/ribiosPlot

Data transformation and visualization with the ribios suite

Primary LanguageR

ribiosPlot: Data transformation and visualisation

What is ribiosPlot?

ribiosPlot is a R package in the ribios suite that assists data transformation and visualization.

Installation

ribiosPlot depends on the ribiosUtils package, which should be installed first.

Run following commands in the R console.

library(devtools)
devtools::install_github("bedapub/ribiosPlot")

Todo

  1. NAMESPACE and Rd files are not generated by roxygen2.
  2. make check is not clean yet.