modelo_pod_infection: Infection progress function

Description Usage Arguments Value

Description

This function is the main function and uses all the other function to estimates the infection progress for each simulation day.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
modelo_pod_infection(
  pod_data,
  plot_data,
  Temp,
  WH,
  x,
  mature,
  sporulated,
  modeling_days,
  R,
  y
)

Arguments

pod_data

data frame("Healthy"=,"maturity"=,"Disease"=,"sporulate_level"= )

plot_data

data.frame("Days"=,"Healthy"=,"Mature"=,"Latent"=,"Sporulated"=, "Harvest"=,"Latent_removed"=, "Sporulated_removed"=, "Risk_factor"=)

Temp

number given by daily_weather function

x

data frame with crop characteristics data.frame("Crop_starting_date"=""%Y-%d-%m"","new_pods"=, "cultivar"=, "croping_frequency" =, "removing_sporulated_eficacy"=, "removing_latent_eficacy"=)

mature

number given by mature_sporulated_healty_latent_pod function

sporulated

number given by mature_sporulated_healty_latent_pod function

modeling_days

increasing number

R

factor given by risk_factor function

y

data frame with control actions data.frame("Fumigation_dates"=,"Remotion_dates"=)

Hum

number given by daily_weather function

Value

the new stimates for mature,sporulated,healthy,latent,modeling_days,harvest,latent_removed,sporulated_removed,p ,R,pod_data,control_daysfactor


drunita/mr-model documentation built on Dec. 20, 2021, 1:20 a.m.