ReadInputs(climatedata, constants, stopmissing)zoo which have been processed from the raw data, including:zoo object containing the date in daily step in the format of yyyy-mm-dd.zoo object containing the date in daily step in the format of mmm-yyyy.zoo object containing the Julian Day for every day during the period that the data spans.zoo object containing the month number for every day during the period that the data spans.zoo object containing the number of days for every month during the period that the data spans.zoo object containing the daily maximum temperatures in degree Celcius.zoo object containing the daily minimum temperatures in degree Celcius.zoo object containing the daily wind speed at 2m from the ground in m/s.zoo object containing the daily wind speed measured at the height of wind instrument in m/s.zoo object containing the daily solar radiation in MJ/m^2/day.zoo object containing the daily sunshine hours.zoo object containing the daily cloud cover in oktas.zoo object containing the daily precipitation in mm.zoo object containing the daily Class-A pan evaporation in mm.zoo object containing the daily maximum relative humidity in percentage.zoo object containing the daily minimum relative humidity in percentage.zoo object containing the average daily dew temperatures in degree Celcius.NULL when the corresponding raw data cannot be found in "climatedata".evapotranspiration# ReadInputs climate data
data("climatedata")
data("constants")
data <- ReadInputs(climatedata, constants, stopmissing = c(10,3))Run the code above in your browser using DataLab