Skip to content

chgigot/epiphy

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
R
 
 
 
 
 
 
man
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

epiphy epiphy website

lifecycle R-CMD-check CRAN_Status_Badge Downloads Downloads-per-month

Overview

epiphy makes it easy to analyze plant disease epidemics. It provides a common framework for plant disease intensity data recorded over time and/or space. Implemented statistical methods are currently mainly focused on spatial pattern analysis (e.g., aggregation indices, Taylor and binary power laws, distribution fitting, SADIE and mapcomp methods). Several data sets that were mainly published in plant disease epidemiology literature are also included in this package. The online documentation is available at https://chgigot.github.io/epiphy/.

Installation

Install the latest released version from CRAN:

install.packages("epiphy")

Install the latest development version from GitHub:

# install.packages("devtools")
devtools::install_github("chgigot/epiphy")