Skip to contents

Plot daily activity of species detected by motion detection

Usage

plot_diel_activity(image_data, interactive = FALSE, ...)

Arguments

image_data

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

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