Learn R Programming

FSAdata (version 0.4.1)

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

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