Learn R Programming

atlantistools (version 0.4.3)

plot_spatial_overlap: Plot spatial overlap.

Description

Plot spatial overlap.

Usage

plot_spatial_overlap(df_list)

Arguments

df_list

List of dataframes generated with calculate_spatial_overlap

Value

ggplot2 plot.

Examples

Run this code
# NOT RUN {
sp_overlap <- calculate_spatial_overlap(ref_bio_sp, ref_dietmatrix, ref_agemat)
# }
# NOT RUN {
plot_spatial_overlap(sp_overlap)
# }

Run the code above in your browser using DataLab