knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-"
)

CRAN_Status_Badge Travis-CI Build Status

phenoriceR

The goal of phenoriceR is to collect and document generic post-processing scripts used to analyze PhenoRice results, as well as to collect and share ideas for processing and analysis through its website at https://lbusett.github.io/phenoriceR/.

Installation

You can install phenoriceR from github with:

# install.packages("devtools")
devtools::install_github("lbusett/phenoriceR")

Example

This is a basic example which shows you how to solve a common problem:

## basic example code


lbusett/phenoriceR documentation built on May 18, 2019, 9:17 p.m.