calc_pest_phenology: Calculate Pest Phenology

View source: R/phenology.R

calc_pest_phenologyR Documentation

Calculate Pest Phenology

Description

Calculate Pest Phenology

Usage

calc_pest_phenology(
  trap_data,
  pest = NULL,
  lat = NULL,
  lon = NULL,
  weather_source = "open_meteo",
  cimis_csv_path = NULL,
  custom_lower = NULL,
  custom_upper = NULL
)

Arguments

trap_data

A data frame containing trap counts

pest

Name of the pest

lat

Latitude

lon

Longitude

weather_source

Weather data source

cimis_csv_path

Path to the CIMIS csv file

custom_lower

Lower developmental threshold

custom_upper

Upper developmental threshold


TrackTrap documentation built on June 14, 2026, 1:06 a.m.