View source: R/sa_report_helpers.R
build_sa_figure_2 | R Documentation |
Returns 2 plots and 2 descriptions
build_sa_figure_2(
sa_bulk_df,
out_dir,
species_df,
selected_year,
auto_species_grts_df_w,
manual_species_grts_df_w,
save_bool = FALSE
)
sa_bulk_df |
Dataframe Mobile acoustic bulk data. Can get from get_ma_bulk_wavs() in nabatr |
out_dir |
String Directory to save the temp directory with |
species_df |
Dataframe species nabat lookup dataframe all the maps into. Be sure not to end with '/' |
selected_year |
Integer Report year to use |
auto_species_grts_df_w |
Dataframe Species counts wide for automatic species. Can get from get_species_counts_wide() |
manual_species_grts_df_w |
Dataframe Species counts wide for manual species. Can get from get_species_counts_wide() |
save_bool |
Boolean Whether to save out maps or not |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.