Create R6 reference object class standardisedsampleset
new()Initialize function for R6 standardisedsampleset class.
standardisedsampleset$new(
  trip_id,
  activity_id,
  well_id,
  sample_id,
  sample_quality_code,
  sample_type_code,
  species_fao_code,
  sample_standardised_length_class_lf,
  sample_number_weighted,
  sample_weight,
  sample_weight_unit,
  sample_category
)trip_idObject of class character expected. Trip identification.
activity_idObject of class character expected. Activity identification.
well_idObject of class character expected. Well identification.
sample_idObject of class character expected. Sample identification.
sample_quality_codeObject of class integer expected. Sample quality identification.
sample_type_codeObject of class integer expected. Sample type identification.
species_fao_codeObject of class character expected. Specie code identification on 3 characters.
sample_standardised_length_class_lfObject of class integer expected. Sample standardized length class length fork of measured individuals.
sample_number_weightedObject of class numeric expected. Sample number of measured individuals extrapolated to all counted individuals and weighted by set weight.
sample_weightObject of class numeric expected. Weight (kg) of the sample number of measured individuals extrapolated to all counted individuals (conversion by length weight relationship: parameter_a * length_class_lf ^ parameter_b).
sample_weight_unitObject of class numeric or NA expected. Weight (kg) of one individual calculated by the length weight relationship: parameter_a * length_class_lf ^ parameter_b).
sample_categoryObject of class character expected. Sample category: -10kg or +10kg.