Learn R Programming

FSA (version 0.8.30)

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:

tl

Total length (cm)

w

Weight (kg)

loc

Capture location (Argentina, Petrohue, Puyehue)

Topic(s)

  • Weight-Length

See Also

Used in lwCompPreds examples.

Examples

Run this code
# NOT RUN {
str(ChinookArg)
head(ChinookArg)
op <- par(mfrow=c(2,2),pch=19,mar=c(3,3,0.5,0.5),mgp=c(1.9,0.5,0),tcl=-0.2)
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