You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error in validObject(.Object) :
invalid class "climdexInput" object: 1: Quantiles for tmax are missing.
invalid class "climdexInput" object: 2: Quantiles for tmin are missing.
invalid class "climdexInput" object: 3: Quantiles for prec are missing.
---------- where :
tmax.hist, tmin.hist, prec.hist are vectors with TMAX, TMIN and Precipitation data, meanwhile the *.dates contains the vectors with dates.
What can i do, where i'm wrong ?
Thanks in advance
The text was updated successfully, but these errors were encountered:
Hi to everyone. I know that was a topics for the same issue in 2015 but, using the lastest version of 1.1.9.1 i receive a similar error:
clix.hist <- climdexInput.raw(tmax.hist, tmin.hist, prec.hist, tmax.dates, tmin.dates, prec.dates, base.range=c(1981, 2010))
Error in validObject(.Object) :
invalid class "climdexInput" object: 1: Quantiles for tmax are missing.
invalid class "climdexInput" object: 2: Quantiles for tmin are missing.
invalid class "climdexInput" object: 3: Quantiles for prec are missing.
---------- where :
What can i do, where i'm wrong ?
Thanks in advance
The text was updated successfully, but these errors were encountered: