expon: Fit Exponential model

View source: R/expon.R

exponR Documentation

Fit Exponential model

Description

Fit Exponential model

Usage

expon(y, time)

Arguments

y

Proportion of the disease. Must be a value between 0 and 1.

time

Measurement time

Value

r Growth rate

y0 Initial inoculum

time Measurement time

pred Predicted data

r2 Determination coefficient between the observed and predicted data

Examples

dap <- seq(1, 70, 10)
inc <- c(0.01, 0.04, 0.05, 0.11, 0.30, 0.55, 0.94)
expon(y = inc, time = dap)

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