Authors: Paz, A., Cousido-Rocha, M., Pennino, M.G., Cerviño, S.
Application of a KBPM (Known Biomass Production Model): (1) the fitting of KBPM to each stock; (2) the estimation of the effects of environmental variability; (3) the retrospective analysis to identify regime shifts; (4) the estimation of forecasts.
First step is to install devtools
package using
install.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 the package.