Authors: Paz, A., Cousido-Rocha, M., Pennino, M.G., Cerviño, S.
Application of a KBPM (Known Biomass Production Model): (1) thefitting of KBPM to each stock; (2) the estimation of the effects ofenvironmental variability; (3) the retrospective analysis to identifyregime shifts; (4) the estimation of forecasts.
First step is to installdevtools package usinginstall.packages("devtools").
There are two options for installing our package:
devtools::install_github("anxopaz/knobi",build_vignettes = TRUE)This option needs to install previously the following packages:
install.packages( c("corrplot", "ggplot2", "gridExtra", "grDevices", "optimx", "plot3D", "dplyr", "tidyr"))devtools::install_github("anxopaz/knobi")This is a faster option.
It is recommended to restart R after the installation of thepackage.