Create R6 reference object class well
new()
Initialize function for R6 well class.
well$new(
trip_id,
well_id,
well_minus10_weigth,
well_plus10_weigth,
well_global_weigth
)
trip_id
Object of class character expected. Trip identification.
well_id
Object of class character expected. Well identification.
well_minus10_weigth
Object of class integer expected. Catch weight of individus less than 10 tonnes (by well, in tonne, all species considerated).
well_plus10_weigth
Object of class integer expected. Catch weight of individus more than 10 tonnes (by well, in tonne, all species considerated).
well_global_weigth
Object of class integer expected. Catch weight of individus (less and more 10 tonnes categories, by well, in tonne, all species considerated).