![]() |
FIMS
v0.8.1
|
The Rcpp interface to declare different types of selectivity, e.g., logistic and double logistic. Allows for the use of methods::new() in R. More...
#include "../../../population_dynamics/selectivity/selectivity.hpp"#include "rcpp_interface_base.hpp"Go to the source code of this file.
Classes | |
| class | SelectivityInterfaceBase |
| Rcpp interface that serves as the parent class for Rcpp selectivity interfaces. This type should be inherited and not called from R directly. More... | |
| class | LogisticSelectivityInterface |
| Rcpp interface for logistic selectivity to instantiate the object from R: logistic_selectivity <- methods::new(logistic_selectivity). More... | |
| class | DoubleLogisticSelectivityInterface |
| Rcpp interface for logistic selectivity as an S4 object. To instantiate from R: logistic_selectivity <- methods::new(logistic_selectivity) More... | |
The Rcpp interface to declare different types of selectivity, e.g., logistic and double logistic. Allows for the use of methods::new() in R.