install.packages("devtools")
detach("package:aLBI", unload = T)
remove.packages("aLBI")
devtools::install_github("Ataher76/aLBI", force = T)
library(aLBI)
?FishPar
help(FishPar)
?FishSS
help(FishSS)
estimatedParameters <- FishPar(data = lenfreq01, resample = 1000, progress = F)
estimatedParameters$estimated_length_par
estimatedParameters$estimated_froese_par
estimatedParameters$estimated_freq_par
estimatedParameters$LM_ratio
estimatedParameters$Pobj
StockStatus <- FishSS(data = CPdata, LM_ratio = 0.7, Pobj = 97, Pmat = 29.91881 , Popt = 25.46208 )
StockStatus$StockStatus StockStatus$Target_Cols
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.