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
Add a fill.with.NA logical flag in bindGrid(..., dimension = "time") in order to fill with NA values when the resulting binded time series is not regular. Needed for conversion to ts in other climate4R wrappers (e.g., drought4R, etc.). I suggest an internal helper fillNA, performing the more or less opposite operation as the already existing filterNA to this aim.
The text was updated successfully, but these errors were encountered:
Add a
fill.with.NA
logical flag inbindGrid(..., dimension = "time")
in order to fill with NA values when the resulting binded time series is not regular. Needed for conversion tots
in other climate4R wrappers (e.g., drought4R, etc.). I suggest an internal helperfillNA
, performing the more or less opposite operation as the already existingfilterNA
to this aim.The text was updated successfully, but these errors were encountered: