add_stations | R Documentation |
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()
.
add_stations(
set_counts_of_sp_one_year,
species = TRUE,
pch_zero_count,
pch_pos_count,
cex_val
)
set_counts_of_sp_one_year |
tibble for just one year, from
|
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 |
adds points to existing plot
Andrew Edwards
## Not run:
#
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.