Tags Used in Posts | R-bloggers

Age Bias Plots Using ggplot

Guest Post Note Please note that this is a guest post to fishR by Michael Lant, who at the time of this writing is a Senior at Northland College. Thanks,... [Read More]

von Bertalanffy Growth Plots II

Introduction library(FSAdata) # for data library(FSA) # for vbFuns(), vbStarts(), confint.bootCase() library(car) # for Boot() library(dplyr) # for filter(), mutate() library(ggplot2) In a previous post I demonstrated how to make... [Read More]

von Bertalanffy Growth Plots I

Introduction library(FSAdata) # for data library(FSA) # for vbFuns(), vbStarts(), confint.bootCase() library(car) # for Boot() library(dplyr) # for filter(), mutate() library(ggplot2) I am continuing to learn ggplot2 for elegant graphics.... [Read More]

RFishBC CRAN Release

I am pleased to announce that the RFishBC package has been released to CRAN. This package is intended to help fisheries scientists gather age and measurement data from digital images... [Read More]