Learn R Programming

FSAdata (version 0.3.3)

Snapper: Lengths for Snapper from Australia.

Description

Lengths of Australian Snapper (Chrysophrys auratus) taken by trawl.

Arguments

Format

A data frame of 256 observations on the following 1 variable:
len
Length in inches

Source

Simulated from length frequency summaries found in data(cassie) of the mixdist package. Data originally from Cassie, R.M. 1954. Some uses of probability paper in the analysis of size frequency distributions. Australian Journal of Marine and Freshwater Research. 5:513-522.

Topic(s)

  • Length Frequency
  • Size Structure

Examples

Run this code
data(Snapper)
str(Snapper)
head(Snapper)
hist(Snapper$len,main="")

Run the code above in your browser using DataLab