Create R6 reference object class well
new()Initialize function for R6 well class.
well$new(
  trip_id,
  well_id,
  well_minus10_weight,
  well_plus10_weight,
  well_global_weight
)trip_idObject of class character expected. Trip identification.
well_idObject of class character expected. Well identification.
well_minus10_weightObject of class integer expected. Catch weight of individuals in the less than 10 kg category (by well, in tonne, considering all species).
well_plus10_weightObject of class integer expected. Catch weight of individuals in the over 10 kg category (by well, in tonne, considering all species).
well_global_weightObject of class integer expected. Catch weight of individuals (less and more than 10kg categories, by well, in tonne, considering all species).