| YPerchTL {FSAdata} | R Documentation |
Lengths and weights for Yellow Perch (Perca flavescens) from Trout Lake, WI, 1981-2006. Fish were collected with a variety of gears.
A data frame with 7238 observations on the following 7 variables:
TR=Trout Lake)BSEINE), crayfish trap (CRAYTR), electrofishing (ELFISH), fyke net (FYKNET), trammel net (TRAMML), vertical gillnets of different mesh sizes (VBN0XX), and different types of fyke nets (FYKNED and FYKNEL)YELLOWPERCH)From a query to the North Temperate Lakes Long Term Ecological Research, Fish Lengths and Weights Database which was (is?) at https://lter.limnology.wisc.edu/dataset/north-temperate-lakes-lter-fish-lengths-and-weights-1981-current.
data(YPerchTL) str(YPerchTL) head(YPerchTL) plot(weight~length,data=YPerchTL)