![]() |
FIMS
v0.8.1
|
The Rcpp interface to declare different types of data, e.g., age-composition and index data. Allows for the use of methods::new() in R. More...
Go to the source code of this file.
Classes | |
| class | DataInterfaceBase |
| Rcpp interface that serves as the parent class for Rcpp data interfaces. This type should be inherited and not called from R directly. More... | |
| class | AgeCompDataInterface |
| The Rcpp interface for AgeComp to instantiate the object from R: acomp <- methods::new(AgeComp). More... | |
| class | LengthCompDataInterface |
| The Rcpp interface for LengthComp to instantiate the object from R: lcomp <- methods::new(LengthComp). More... | |
| class | IndexDataInterface |
| The Rcpp interface for Index to instantiate the object from R: fleet <- methods::new(Index). More... | |
| class | LandingsDataInterface |
| The Rcpp interface for Landings to instantiate the object from R: fleet <- methods::new(Landings). More... | |
The Rcpp interface to declare different types of data, e.g., age-composition and index data. Allows for the use of methods::new() in R.