/PSASS-vis

An R package to visualize results from PSASS

Primary LanguageRGNU General Public License v3.0GPL-3.0

PSASS-vis

Overview

PSASS-vis is an R package to visualize results from PSASS. PSASS-vis was developed as part of a project by the LPGP lab from INRA, Rennes, France. PSASS-vis is not officially released and still in transition to version 2.0.0 to match PSASS.

Installation

# Installation from GitHub requires devtools
install.packages("devtools")
library(devtools)
devtools::install_github("RomainFeron/PSASS-vis")

A more detailed readme will be coming soon.