add_stations: Add individual stations to map

View source: R/iphc-maps.R

add_stationsR Documentation

Add individual stations to map

Description

Add individual stations to map of BC, with options for all stations (no species catch information), or positive and zero catches for a given species, and more. Called from within plot_iphc_map().

Usage

add_stations(
  set_counts_of_sp_one_year,
  species = TRUE,
  pch_zero_count,
  pch_pos_count,
  cex_val
)

Arguments

set_counts_of_sp_one_year

tibble for just one year, from set_counts_of_sp.

species

TRUE to plot the stations and catch rates for the given species (already specified in the data), or FALSE to just low locations of stations and whether they are usable or not.

pch_zero_count

pch for zero counts

pch_pos_count

pch for positive counts

cex_val

cex size of plotted circles (or whatever is chosen using above pch options

Value

adds points to existing plot

Author(s)

Andrew Edwards

Examples

## Not run: 
#

## End(Not run)

pbs-assess/gfiphc documentation built on July 4, 2023, 1:13 p.m.