Skip to contents

Plot snow depths across deployments

Usage

plot_snow(image_data, date_breaks = "1 month", interactive = FALSE, ...)

Arguments

image_data

data.frame of class image_data, as read in by read_image_data().

date_breaks

How to break up the dates on the x axis. See scales::date_breaks(). Default "1 month"

interactive

should the plot be interactive? Default FALSE

...

passed on to ggiraph::girafe() for setting options for interactive graphs

Value

a ggplot2 object if interactive = FALSE, a ggiraph object if TRUE