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

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

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

Detailed Description

The Rcpp interface to declare different types of selectivity, e.g., logistic and double logistic. Allows for the use of methods::new() in R.