![]() |
FIMS
v0.8.1
|
The Rcpp interface to declare different types of recruitment, e.g., Beverton–Holt stock–recruitment relationship. Allows for the use of methods::new() in R. More...
#include "../../../population_dynamics/recruitment/recruitment.hpp"#include "rcpp_interface_base.hpp"Go to the source code of this file.
Classes | |
| class | RecruitmentInterfaceBase |
| Rcpp interface that serves as the parent class for Rcpp recruitment interfaces. This type should be inherited and not called from R directly. More... | |
| class | BevertonHoltRecruitmentInterface |
| Rcpp interface for Beverton–Holt to instantiate from R: beverton_holt <- methods::new(beverton_holt). More... | |
| class | LogDevsRecruitmentInterface |
| Rcpp interface for Log–Devs to instantiate from R: log_devs <- methods::new(log_devs). More... | |
| class | LogRRecruitmentInterface |
| Rcpp interface for Log–R to instantiate from R: log_r <- methods::new(log_r). More... | |
The Rcpp interface to declare different types of recruitment, e.g., Beverton–Holt stock–recruitment relationship. Allows for the use of methods::new() in R.