The Rcpp interface for LengthComp to instantiate the object from R: lcomp <- methods::new(LengthComp).
More...
|
|
fims_int | lmax = 0 |
| | The first dimension of the data, which relates to the number of length bins.
|
| |
|
fims_int | ymax = 0 |
| | The second dimension of the data, which relates to the number of time steps or years.
|
| |
|
RealVector | length_comp_data |
| | The vector of length-composition data that is being passed from R.
|
| |
|
RealVector | uncertainty |
| | The vector of length-composition uncertainty that is being passed from R.
|
| |
|
Rcpp::NumericVector | observed_data |
| | The vector of data that is being passed from R.
|
| |
|
Rcpp::NumericVector | uncertainty |
| | The vector of uncertainty that is being passed from R.
|
| |
|
uint32_t | id |
| | The local id of the DataInterfaceBase object.
|
| |
|
bool | finalized = false |
| | Is the object already finalized? The default is false.
|
| |
The Rcpp interface for LengthComp to instantiate the object from R: lcomp <- methods::new(LengthComp).