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

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

Detailed Description

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.