Populations

Estimates of animal populations

In pacea we include estimates of populations as calculated from recent stock assessments or analyses.

Currently, we have:

Hake biomass

The hake biomass time series is saved as a tibble object in pacea:

hake_biomass

tail(hake_biomass)

```{asis, echo = long_talk}

Hake biomass

```r
?hake_biomass

Pacific Hake annual spawning stock biomass (females only) as estimated
by the 2024 stock assessment.

Description:

     The Pacific Hake stock is managed and assessed through an
     Agreement between Canada and the United States. The spawning stock
     biomass (mature females) estimates come from the most recent joint
     stock assessment, and, importantly, are for the coastwide stock
     from California to British Columbia.

Usage:

     hake_biomass

Format:

     A tibble also of class `pacea_biomass` with columns:

     year: year of the estimate of spawning stock biomass (mature
          females), where the estimate is for the start of the year

     low: low end (2.5th percentile) of the 95% credible interval for
          biomass, units as for `median`

     median: median estimate of biomass, in millions of tonnes of
          female spawning biomass at the start of the year

     ...

Hake biomass

Time series of spawning biomass:

plot(hake_biomass)

Hake recruitment

Estimates of annual recruitment (exclude recent years for any analyses since not greatly informed by data; see ?hake_recruitment):

plot(hake_recruitment)

Herring biomass

The herring spawning biomass time series is saved similarly to hake, but contains values for five regions:

herring_spawning_biomass

tail(herring_spawning_biomass)

Herring biomass

Estimates of spawning biomass for one region (HG = Haida Gwaii):

plot(herring_spawning_biomass,
     region = "HG")

Herring recruitment

Estimates of annual age-2 recruitment for one region (HG = Haida Gwaii):

plot(herring_recruitment,
     region = "HG")

Pacific Harbour Seals

Estimated abundances for seven regions (and coastwide) were calculated by DFO (2022; SAR 2022/034), and included here:

harbour_seals

tail(harbour_seals)

Pacific Harbour Seals

Estimates for each region and coastwide, reproducing Figure 3 of DFO (2022):

plot(harbour_seals)
## Pacific Harbour Seals

Or just plot estimates for a single region:
plot(harbour_seals,
     region = "SOG")

Zooplankton in the Strait of Georgia

Biomass anomalies of zooplankton biomass from 1996 onwards from

Perry et al. (2021), as extended by Kelly Young each year for DFO's

State of the Pacific Ocean Report.

zooplankton_sog

Zooplankton in the Strait of Georgia

Default plot of anomalies of total biomass:

plot(zooplankton_sog)
## Zooplankton in the Strait of Georgia

Or plot anomalies for a specific species group:
plot(zooplankton_sog,
     species_group = "cladocera")


pbs-assess/PACea documentation built on April 17, 2025, 11:36 p.m.