eumohp_plot: Plotting the clipped EU-MOHP data

View source: R/eumohp_plot.R

eumohp_plotR Documentation

Plotting the clipped EU-MOHP data

Description

Plots the clipped EU-MOHP data as grid using ggplot2.

Usage

eumohp_plot(.eumohp_starsproxy, ...)

Arguments

.eumohp_starsproxy

A list of stars proxy objects as derived from the function eumohp_clip().

...

Additional arguments.

Value

...

Examples

## 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)

MxNl/eumohpclipr documentation built on April 3, 2022, 4:50 p.m.