Skip to contents

Plot spatial overlap.

Usage

plot_spatial_overlap(df_list)

Arguments

df_list

List of dataframes generated with calculate_spatial_overlap

Value

ggplot2 plot.

Examples

sp_overlap <- calculate_spatial_overlap(ref_bio_sp, ref_dietmatrix, ref_agemat)
if (FALSE) { # \dontrun{
plot_spatial_overlap(sp_overlap)
} # }