well: R6 class well

wellR Documentation

R6 class well

Description

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_weigth,
  well_plus10_weigth,
  well_global_weigth
)
Arguments
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).


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.


OB7-IRD/t3 documentation built on April 23, 2023, 7:34 p.m.