eumohp_plot | R Documentation |
Plots the clipped EU-MOHP data as grid using ggplot2.
eumohp_plot(.eumohp_starsproxy, ...)
.eumohp_starsproxy |
A list of stars proxy objects as derived from the function eumohp_clip(). |
... |
Additional arguments. |
...
## Not run: eumohp_clip( directory_input = "directory/to/EU-MOHPfiles/", region_name_spatcov = c("italy2"), hydrologic_order = 1:4, abbreviation_measure = c("dsd", "lp"), eumohp_version = "v013.1.1" ) |> eumohp_plot() # If you want to plot faster, you can increase the argument downsample: eumohp_clip( directory_input = "directory/to/EU-MOHPfiles/", region_name_spatcov = c("italy2"), hydrologic_order = 1:4, abbreviation_measure = c("dsd", "lp"), eumohp_version = "v013.1.1" ) |> eumohp_plot(downsample = 200) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.