-
Notifications
You must be signed in to change notification settings - Fork 6
Description
Hello,
Thanks for this package. It's the most complete package for the calculation of IDF curves I have found. I am having some problems running the example code. When I run these lines:
Meteorology station in the Farfan Airport in Tulua, Colombia.
data(inten)
Test.idftool <- IDFCurve(Data = inten, Station='2610516', Duration = FALSE,
Periods = FALSE, Type = "gumbel", M.fit = "lmoments",
Plot = 1234, Strategy = 1, logaxe = "", CI = FALSE, CIpdf = TRUE, iter = 50,
goodtest = FALSE, Resolution = 300, SAVE = FALSE, name = TRUE)
I get the following result:
[1] "Just compute a strategy"
Error in eval(stats::getCall(object)$data) : object 'MD.INT' not found
The plots are created, although it generates an empty one at the end. The problem is that the data are not saved in the variable Test.idftool. I have tried to look for the object MD.INT in all the R scripts but haven' found anything. My R version is 4.2.2. Thanks.