The On-Farm Precision Experiments Framework was developed at Montana State University in 2015 by Dr. Bruce Maxwell. This webpage contains technical information about the OFPE framework and data workflows, and is a complement to the README and vignettes available in the OFPE R Package. All pages under the ‘Diagrams’ tab have an associated vignette in the OFPE package. This website assumes the reader has a familiarity with the project, please refer to the OFPE website for more information or the About page for a light explanation. This website also provides the tutorials and background information for using the OFPE web application which is hosted by R Shiny and powered by the OFPE R package.

You can install the released version of the OFPE R package from GitHub with:

# install.packages("devtools")
devtools::install_github("paulhegedus/OFPE")

The associated OFPE Data Package contains real on-farm example data that is used in the vignettes.

# install.packages("devtools")
devtools::install_github("paulhegedus/OFPEDATA")