0.6.0 - Pileus
New features
-
EPflux()
computes Eliassen-Palm fluxes (experimental). -
geom_arrow()
andgeom_vector()
should plot faster. -
New functions
is.full_season()
andseasonaly()
. -
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()
andgeom_text_contour()
now accept aglobal.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 toFALSE
computes
contours compatible withggplot2::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.