Create R6 reference object class well

Methods

Public methods


Method new()

Initialize function for R6 well class.

Usage

well$new(
  trip_id,
  well_id,
  well_minus10_weight,
  well_plus10_weight,
  well_global_weight
)

Arguments

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).


Method clone()

The objects of this class are cloneable with this method.

Usage

well$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.