Learn R Programming

FSA (version 0.8.11)

ChinookArg: Lengths and weights for Chinook Salmon from three locations in Argentina.

Description

Lengths and weights for Chinook Salmon from three locations in Argentina.

Arguments

Format

A data frame with 112 observations on the following 3 variables:

Source

From Figure 4 in Soto, D., I. Arismendi, C. Di Prinzio, and F. Jara. 2007. Establishment of Chinook salmon (Oncorhynchus tshawytscha) in Pacific basins of southern South America and its potential ecosystem implications. Revista Chilena d Historia Natural, 80:81-98. [Was (is?) from http://www.scielo.cl/pdf/rchnat/v80n1/art07.pdf.]

Topic(s)

  • Weight-Length

Examples

Run this code
data(ChinookArg)
str(ChinookArg)
head(ChinookArg)
op <- par(mfrow=c(2,2),pch=19)
plot(w~tl,data=ChinookArg,subset=loc=="Argentina")
plot(w~tl,data=ChinookArg,subset=loc=="Petrohue")
plot(w~tl,data=ChinookArg,subset=loc=="Puyehue")
par(op)

Run the code above in your browser using DataLab