We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
39d23a7
ReadNetCDF() suports using NA in subset to refer to max or min value.
ReadNetCDF()
NA
ReadNetCDF()'s subset argument supports more complex queries. (see the help section at?ReadNetCDF()).
?ReadNetCDF()
ReadNetCDF() now has a simple date-time parser that is tried if the udunits2 package is not installed.
GetSMNData() gains the ability to cache results in a file.
GetSMNData()
Derivate() now can derive in a non-equispaced grid.
Derivate()
geom_contour_fill() imputation method is fixed for some special cases (#96; thanks @bergmul).
geom_contour_fill()
predict.eof() handles complex value svd correctly.
predict.eof()
Accommodates new grid implementation of units (#105 thanks @pmur002).