New features
-
Pairwise statistics (e.g.,
"robust_slope"
) are now supported bypolarMap()
. (#72) -
The
polarMap()
family has gained theprogress
argument, allowing users to switch the progress bar on and off. -
trajMapStatic()
has gained thesize
andlinewidth
arguments, which directly map onto the arguments inggplot2::geom_point()
andggplot2::geom_path()
, respectively. These can either be a column of the data (likecolour
), or can be an absolute value (e.g.,2L
). Note that, by default,linewidth
takes the value ofsize
, but both can be set independently.
Bug fixes
-
Vectors greater than length 1 passed to
popup
in thepolarMap()
argument will no longer error whentype = NULL
. -
...
will successfully pass toopenair::cutData()
in thepolarMap()
andtrajMap()
families of functions. -
The default
diffMap()
colour scale will no longer appear inverted compared toopenair::polarDiff()
. -
Fixed an issue in which
quickTextHTML()
would incorrectly format non breaking spaces when doing, e.g.,quickTextHTML("ug/m3")
. -
The order in which
trajMapStatic()
draws points and paths has been tweaked, which should ensure that markers are drawn on top of their respective path, rather than on top of all paths. -
buildPopup()
will now work correctly if notype
is provided.