Releases: SantanderMetGroup/visualizeR
Releases · SantanderMetGroup/visualizeR
EMS climate4R paper
New in v1.2.2
- Allow for spatial subsetting in temporalPlot (new args lonLim and latLim)
- Minor doc updates
- Release for the climate4R paper submitted to EMS
QA4Seas - D42
New in v1.2.1
- Set
clim.time.frame
default value in climagrams to"monthly"
- Update climagram vignette
- Other minor changes and documentation updates
climagram
New in v1.2.0
- Added
climagram
implementation, for (monthly) seasonal forecast data, and a companion dedicated notebook (seeutils::RShowDoc("climagram_vignette", package = "visualizeR")
) - Minor bug fix in set.min argument value check in
spatialPlot
- Other minor changes and documentation updates
v1.1.2
QA4Seas-D41
New in 1.1.1
- Bug fix in the example of
skillMap
(the drawbacks of using\dontrun{}
...)
v1.1.0
New in v1.1.0
- New function
spatialPlot
(essentially a renaming oftransformeR::plotClimatology
, the latter planned to be deprecated in futuretransformeR
releases) - New plotting functions for seasonal forecast products:
tercileMap
for forecast tercile maps (based on C3S seasonal forecast graphical products, http://climate.copernicus.eu/s/charts/c3s_seasonal/)skillMap
: A convenient wrapper ofSpatialPlot
andmap.stippling
for plotting skill maps
- Other minor changes and documentation updates.
EMS paper
New in 1.0.0
- Internal adaptation of reliabilityCategories to be consistent with the other functions.
- Implemented the ROCSS significance in tercilePlot and tercileBarplot.
- Added CITATION file to Environmental Modelling & Software.
- Other minor changes and documentation updates.
v0.2.1
v0.2-0
New in v0.2-0
- Added optional argument 'forecast' in all the visualizations (except reliabilityCategories) to show results for the forecast event (not just for the hindcast).
- Several improvements in the appearance of the visualizations.
- Enhanced reliability diagrams, importing funcitonalities from lattice
- Other minor changes and enhancements.
v0.1-0
New in v0.1-0
- New built-in datasets: DJF global mean temperature from NCEP/NCAR reanalysis, NCEP-CFSv2 hindcast and CFSv2 Operative seasonal forecasts for DJF 2016 and 2017.
- New function for reliability diagram, implementing the approach in Weisheimer and Palmer 2014 (DOI: 10.1098/rsif.2013.1162)
- Other minor bug fixes and enhancements