Create R6 reference object class elementarysample
new()Initialize function for R6 elementarysample class.
elementarysample$new(
  trip_id,
  well_id,
  sample_id,
  sub_sample_id,
  sample_quality_code,
  sample_type_code,
  species_fao_code,
  sample_standardised_length_class_lf,
  sample_number_measured_extrapolated_lf,
  sample_total_count
)trip_idObject of class character expected. Trip identification.
well_idObject of class character expected. Well identification.
sample_idObject of class character expected. Sample identification.
sub_sample_idObject of class integer expected. Sub 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. Species code identification on 3 characters.
sample_standardised_length_class_lfObject of class integer expected. Sample standardised length class length fork of measured individus.
sample_number_measured_extrapolated_lfObject of class numeric expected. Sample number of measured individus extrapolated to all counted individus.
sample_total_countObject of class integer expected. Sample number of total individus counted.