Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 849 Bytes

README.md

File metadata and controls

36 lines (26 loc) · 849 Bytes

AppVeyor Build Status Travis-CI Build Status Coverage Status

st4gi

Statistical tools for agronomic trials and genetic improvement.

Installation

To install this package you need package devtools:

install.packages("devtools")

Then type:

devtools::install_github("AGROFIMS/st4gi")

Usage

To load the package type:

library(st4gi)

To see the documentation type:

help(package = st4gi)