Red-Fish-River: Red Fish River

Description Format Details Author(s) Examples

Description

Redd counts taken at the weir below Green Fish Creek during August.

Format

A csv file.

BROOD_YEAR

The year that the redd count was made.

SPAWNERS

Spawners estimated from the redd counts. See details.

FRACWILD

Fracwild wild. This is assumed to be 1 for this population due to the lack of any nearby hatcheries.

Details

Here are all the details.

Author(s)

Jenny Johnson jenny@nooa.gov

Examples

1
2
3
4
data('Red-Fish-River')
library(ggplot2)
ggplot(out, aes(x=BROOD_YEAR, y=SPAWNERS)) + geom_point(na.rm = TRUE) +
  ggtitle('Red-Fish-River')

eeholmes/testdata documentation built on Dec. 20, 2021, 3:22 a.m.