build_sa_figure_2: Build stationary acoustic figure 2 for report

View source: R/sa_report_helpers.R

build_sa_figure_2R Documentation

Build stationary acoustic figure 2 for report

Description

Returns 2 plots and 2 descriptions

Usage

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
)

Arguments

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


usgs/nabatr documentation built on Jan. 28, 2024, 7:10 a.m.