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_id
Object of class character expected. Trip identification.
well_id
Object of class character expected. Well identification.
well_minus10_weight
Object of class integer expected. Catch weight of individuals less than 10 tonnes (by well, in tonne, considering all species).
well_plus10_weight
Object of class integer expected. Catch weight of individuals more than 10 tonnes (by well, in tonne, considering all species).
well_global_weight
Object of class integer expected. Catch weight of individuals (less and more 10 tonnes categories, by well, in tonne, considering all species).