# NOT RUN {
library(fishflux)
library(plyr)
# find length-weight relationship parameters for one species
find_lw("Lutjanus griseus")
# find length-weight relationship parameters for multiple species and return in dataframe
ldply(lapply(c("Chlorurus spilurus","Zebrasoma scopas"), find_lw))
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab