source("R/detections/detection_views.R")
source("R/graph_metrics/input_data.R")
source("R/graph_metrics/metric_stats.R")
library(logger)
library(circlize)
monthly_detections <- slide_data_by_date_interval(data,
start,
end,
granularity,
as_list = FALSE)
fish_extra_data <-
read.csv("data/res_med/2020_2022/resmed_fish_database.csv")
main_title <- paste("from", format_start_end(start), "to", format_start_end(end))
legend_title <- "Detections (%)"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.