Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 558 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 558 Bytes

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.