powered by
getSize(fish.data = NULL, value = c("length", "weight", "age"), path = NULL)
data(fishbase) yr <- getSize(fish.data, "age") hist(yr, breaks=40, main="Age Distribution", xlab="age (years)"); nfish <- length(fish.data)
Run the code above in your browser using DataLab