Learn R Programming

FSAdata (version 0.3.0)

Pallid: Lengths and weights of Pallid Sturgeon from the Missouri River.

Description

Lengths (standard, fork, and total) and weights of Pallid Sturgion (Scaphirhynchus albus) collected in the Missouri River drainage.

Arguments

source

From Table 1 in Keenlyne, K.D. and S.J. Maxwell. 1993. Length conversions and length-weight relations for pallid sturgeon. North American Journal of Fisheries Management. 13:395-397.

Topic(s)

  • Length-weight
  • Length conversion

concept

'Length-Weight'

Examples

Run this code
data(Pallid)
str(Pallid)
head(Pallid)
op <- par(mfrow=c(2,2),pch=19)
## four (of many possible) examples
plot(w~tl,data=Pallid,subset=loc=="NB",main="Nebraska")
plot(w~tl,data=Pallid,subset=loc=="SD",main="South Dakota")
plot(w~tl,data=Pallid,subset=loc=="ND",main="North Dakota")
plot(w~tl,data=Pallid,subset=loc=="MT",main="Montana")
par(op)

Run the code above in your browser using DataLab