getSize(fish.data = NULL, value = c("length", "weight", "age"), path = NULL)
a numeric vector of length(fish.data) with the values requested
Returns available size data of specified type (length, weight, or age)
data(fishbase) yr <- getSize(fish.data, "age") hist(yr, breaks=40, main="Age Distribution", xlab="age (years)");