Learn R Programming

pvrank (version 1.1.2)

DietFish: Comparison of total diets of banded killifish and mummichog

Description

Data collected in Porters Lake (Nova Scotia, Can), from june through august 1971.

Usage

data(DietFish)

Arguments

Format

A data frame with 31 observations on percentage frequency of a food item in the diet of two species of California killfish: Fundulus diaphanus (banded killifish) and Fundulus heteroclitus (mummichog). Row names indicate the food item.

occ_D

frequency for F. Diaphanus.

occ_H

frequency for F. Heteroclitus.

Details

Banded killifish ranged in size from 27-107 mm total length and mummichog ranged in size from 35-92 mm total length.

Examples

Run this code
# NOT RUN {
	data(DietFish)
	head(DietFish)
# }

Run the code above in your browser using DataLab