visualizeR
is an R package implementing a set of advanced visualization tools for forecast verification. It is fully integrated (yet independent) from the R climate data structures generated by the loading functions of the loadeR
bundle (including the loadeR.ECOMS
interface to the ECOMS-UDG, thus providing seamless integration with all steps of forecast data analysis, from data loading to post-processing, downscaling and bias correction and visualization. It depends on the transformeR capabilities for climata data manipulation.
The recommended installation procedure is to use the install_github
command from the devtools R package.
devtools::install_github(c("SantanderMetGroup/transformeR", "SantanderMetGroup/visualizeR"))
Alternatively, you can download the sources from the Releases Tab
IMPORTANT: Note that transformeR
must be previously installed on your system (installation info)
To know more about the loadeR
bundle and its components, visit the loadeR
GitHub repo.