get_sa_range_maps: Get Stationary Acoustic Report Range Maps

View source: R/sa_report_helpers.R

get_sa_range_mapsR Documentation

Get Stationary Acoustic Report Range Maps

Description

Builds and saves out the species grts map with species range map overlayed and species range map on its own to see full species range. Using a USGS shapefile for species ranges.

Usage

get_sa_range_maps(
  sa_bulk_df,
  project_df,
  project_id,
  all_species_totals_l_l,
  species_df,
  out_dir,
  save_bool = TRUE,
  species_shp = species_range_shps
)

Arguments

sa_bulk_df

Dataframe Mobile acoustic bulk data. Can get from get_ma_bulk_wavs() in nabatr

project_df

Dataframe NABat projects. Can get from get_projects()

project_id

Integer Project Id

all_species_totals_l_l

Dataframe Species totals. Can get from get_all_species_counts_long()

species_df

Dataframe species nabat lookup dataframe

out_dir

String Directory to save the temp directory with all the maps into. Be sure not to end with '/'

save_bool

Boolean Whether to save out maps or not

species_shp

SpatialPolygonsDataFrame Species range maps for NABat. Auto set to global species_range_shps variable


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