Skip to content

0.6.0 - Pileus

Compare
Choose a tag to compare
@eliocamp eliocamp released this 11 Feb 15:06
· 421 commits to master since this release
dfa806a

New features

  • EPflux() computes Eliassen-Palm fluxes (experimental).

  • geom_arrow() and geom_vector() should plot faster.

  • New functions is.full_season() and seasonaly().

  • FitLm() returns model $r^2$ and adjusted $r^2$.

  • FitLm() adds names to unnamed terms.

  • New function WaveEnvelope() that computes... the wave envelope.

  • geom_contour2(), geom_contour_fill() and geom_text_contour() now accept a global.breaks
    argument that controls whether breaks should be computed once using the range of the whole
    dataset or once for every grouping (e.g. faceting). TRUE (the default) ensures that
    intervals between contours are comparable between panels. Setting it to FALSE computes
    contours compatible with ggplot2::geom_conotur() (#109, thanks @freeseek)

Bugfixes

  • A reworked non-equispaced derivative gives better results in Derivate().

  • ReadNetCDF() will not fail if the first variable was called "v" (yeah, I know.. weird
    error related to data.table's non standard evaluation).

  • Subsets in ReadNetCDF() won't fail if no element is named (#107, thanks @m-saenger)

  • Fixed bug in WaveFlux() (#110, thanks @salvatirehbein)

Internals

  • Cleaned up a lot of dependencies. Some are gone (they were not longer needed) and some
    have been moved to Suggest. Overall metR should now be a bit lighter to install.