cs_add_weather: Add weather data to cropsyst object

View source: R/main.R

cs_add_weatherR Documentation

Add weather data to cropsyst object

Description

Add weather data to cropsyst object

Usage

cs_add_weather(cs, weather, latitude, elevation, screening_height)

Arguments

cs

cropsyst object

weather

weather data frame

latitude

location latitude

elevation

elevation (m)

screening_height

Height of wind measurement (m)

Value

cropsyst object with added weather data and parameters

Examples

cs_add_weather(cs_setup(), cs_weather, 45, 1000, 2)

pruettm/cropsyst documentation built on May 23, 2022, 11:57 a.m.