Learn R Programming

nicheROVER (version 1.1.0)

fish: Fish stable isotope dataset.

Description

A dataset containing values for three stable isotopes measured in the muscle tissue of four species of arctic fish. For use in examples.

Usage

fish

Arguments

Format

A data frame with 278 rows (observations) and 4 columns (species, delta^15N, delta^13C, and delta^34S).

Details

This dataset contains delta^15N, delta^13C, and delta^34S values for the following fish species:

  • ARCS - Arctic Cisco (Coregonus autumnalis), \(n = 69\).

  • BDWF - Broad Whitefish (Coregonus nasus), \(n = 71\).

  • LKWF - Lake Whitefish (Coregonus clupeaformis), \(n = 67\).

  • LSCS - Least Cisco (Coregonus sardinella), \(n = 70\)

Examples

Run this code
head(fish)
aggregate(fish[2:4], fish[1], mean)

Run the code above in your browser using DataLab