The Rcpp interface for Fleet to instantiate from R: fleet <- methods::new(Fleet)
More...
|
|
SharedString | name = fims::to_string("NA") |
| | The name of the fleet.
|
| |
|
SharedInt | n_ages = 0 |
| | The number of age bins in the fleet data.
|
| |
|
SharedInt | n_lengths = 0 |
| | The number of length bins in the fleet data.
|
| |
|
SharedInt | n_years = 0 |
| | The number of years in the fleet data.
|
| |
|
SharedString | observed_landings_units = fims::to_string("weight") |
| | What units are the observed landings for this fleet measured in. Options are weight or numbers, default is weight.
|
| |
|
SharedString | observed_index_units = fims::to_string("weight") |
| | What units is the observed index of abundance for this fleet measured in. Options are weight or numbers, default is weight.
|
| |
|
ParameterVector | log_q |
| | The natural log of the index of abundance scaling parameter for this fleet.
|
| |
|
ParameterVector | log_Fmort |
| | The vector of the natural log of fishing mortality rates for this fleet.
|
| |
|
ParameterVector | log_landings_expected |
| | The vector of natural log of the expected total landings for the fleet.
|
| |
|
ParameterVector | log_index_expected |
| | The vector of natural log of the expected index of abundance for the fleet.
|
| |
|
ParameterVector | agecomp_expected |
| | The vector of expected landings-at-age in numbers for the fleet.
|
| |
|
ParameterVector | lengthcomp_expected |
| | The vector of expected landings-at-length in numbers for the fleet.
|
| |
|
ParameterVector | agecomp_proportion |
| | The vector of expected landings-at-age in numbers for the fleet.
|
| |
|
ParameterVector | lengthcomp_proportion |
| | The vector of expected landings-at-length in numbers for the fleet.
|
| |
|
ParameterVector | age_to_length_conversion |
| | The vector of conversions to go from age to length, i.e., the age-to-length-conversion matrix.
|
| |
|
Rcpp::NumericVector | derived_landings_naa |
| | Derived landings-at-age in numbers.
|
| |
|
Rcpp::NumericVector | derived_landings_nal |
| | Derived landings-at-length in numbers.
|
| |
|
Rcpp::NumericVector | derived_landings_waa |
| | Derived landings-at-age in weight (mt).
|
| |
|
Rcpp::NumericVector | derived_landings_expected |
| | Derived landings in observed units.
|
| |
|
Rcpp::NumericVector | derived_landings_w |
| | Derived landings in weight.
|
| |
|
Rcpp::NumericVector | derived_landings_n |
| | Derived landings in numbers.
|
| |
|
Rcpp::NumericVector | derived_index_naa |
| | Derived landings-at-age in numbers.
|
| |
|
Rcpp::NumericVector | derived_index_nal |
| | Derived landings-at-length in numbers.
|
| |
|
Rcpp::NumericVector | derived_index_waa |
| | Derived landings-at-age in weight (mt).
|
| |
|
Rcpp::NumericVector | derived_index_expected |
| | Derived index in observed units.
|
| |
|
Rcpp::NumericVector | derived_index_w |
| | Derived index in weight.
|
| |
|
Rcpp::NumericVector | derived_index_n |
| | Derived index in numbers.
|
| |
|
Rcpp::NumericVector | derived_agecomp_proportion |
| | Derived age composition proportions.
|
| |
|
Rcpp::NumericVector | derived_lengthcomp_proportion |
| | Derived length composition proportions.
|
| |
|
Rcpp::NumericVector | derived_agecomp_expected |
| | Derived age compositions.
|
| |
|
Rcpp::NumericVector | derived_lengthcomp_expected |
| | Derived length compositions.
|
| |
|
uint32_t | id |
| | The local id of the FleetInterfaceBase object.
|
| |
|
bool | finalized = false |
| | Is the object already finalized? The default is false.
|
| |
The Rcpp interface for Fleet to instantiate from R: fleet <- methods::new(Fleet)