Visualization of meteorological and verification data
harpVis provides functions for plotting data produced by other harp packages, whether that be gridded forecast data from harpIO or verification data produced by harpPoint and harpSpatial.
Most of the plotting functions (except for plot_field()
) use the
ggplot2 package in the background,
meaning that the plots can be saved with
ggsave()
.
In addition to direct plotting, harpVis provides shiny apps for interactively displaying verification plots in a web browser, along with the option to build your own apps from modules.
You can install harpVis from GitHub with:
# install.packages("remotes")
remotes::install_github("harphub/harpVis")