elementarywellplan: R6 class elementarywellplan

elementarywellplanR Documentation

R6 class elementarywellplan

Description

Create R6 reference object class elementarywellplan

Methods

Public methods


Method new()

Initialize function for R6 elementarywellplan class.

Usage
elementarywellplan$new(
  wellplan_id,
  well_id,
  activity_id,
  sample_id,
  specie_code,
  specie_code3l,
  wellplan_weight,
  wellplan_number,
  wellplan_weigth_category_code,
  wellplan_weigth_category_label
)
Arguments
wellplan_id

Object of class character expected. Wellplan identification.

well_id

Object of class character expected. Well identification.

activity_id

Object of class character expected. Activity identification.

sample_id

Object of class character expected. Sample identification.

specie_code

Object of class integer expected. Specie code identifiation.

specie_code3l

Object of class character expected. Specie code identification on 3 characters.

wellplan_weight

(numeric) Weight in tonnes filled in the well plan.

wellplan_number

Object of class integer expected. Well plan number of individus.

wellplan_weigth_category_code

Object of class integer expected. Well plan category code identification.

wellplan_weigth_category_label

Object of class character expected. Well plan weight category identification.


Method clone()

The objects of this class are cloneable with this method.

Usage
elementarywellplan$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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