![]() |
FIMS
v0.8.1
|
The Rcpp interface to declare different types of growth, e.g., empirical weight-at-age data. Allows for the use of methods::new() in R. More...
Go to the source code of this file.
Classes | |
| class | GrowthInterfaceBase |
| Rcpp interface that serves as the parent class for Rcpp growth interfaces. This type should be inherited and not called from R directly. More... | |
| class | EWAAGrowthInterface |
| Rcpp interface for EWAAGrowth to instantiate the object from R: ewaa <- methods::new(EWAAGrowth). Where, EWAA stands for empirical weight at age and growth is not actually estimated. More... | |
The Rcpp interface to declare different types of growth, e.g., empirical weight-at-age data. Allows for the use of methods::new() in R.