knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

phytopathologyr

R-CMD-check

The goal of phytopathologyr is to bring more common functions in phytopathology analysis.

Installation

You can install the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("joaotolentino/phytopathologyr")

Example

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

library(phytopathologyr)
## basic example code


joaotolentino/phytopathologyr documentation built on Sept. 4, 2022, 1:53 p.m.