FIMS  v0.8.0
Loading...
Searching...
No Matches
rcpp_recruitment.hpp File Reference

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...

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...
 

Detailed Description

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.