Skip to content

Visualisation functions for harp.

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE
Unknown
LICENSE.md
Notifications You must be signed in to change notification settings

harphub/harpVis

Repository files navigation

harpVis

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.

Installation

You can install harpVis from GitHub with:

# install.packages("remotes")
remotes::install_github("harphub/harpVis")