elementarysampleraw: R6 class trip

elementarysamplerawR Documentation

R6 class trip

Description

Create R6 reference object class elementarysampleraw

Methods

Public methods


Method new()

Initialize function for R6 elementarysampleraw class.

Usage
elementarysampleraw$new(
  trip_id,
  well_id,
  sample_id,
  sub_sample_id,
  sub_sample_id_total_count,
  elementarysampleraw_id,
  sample_quality,
  sample_type,
  specie_code,
  specie_code3l,
  length_type,
  sample_total_count,
  sample_number_measured,
  sample_length_class
)
Arguments
trip_id

Object of class character expected. Trip identification.

well_id

Object of class character expected. Well identification.

sample_id

Object of class character expected. Sample identification.

sub_sample_id

Object of class integer expected. Sub sample identification.

sub_sample_id_total_count

Object of class integer expected. Sub sample identification bis in relation with the fish total count.

elementarysampleraw_id

Object of class character expected. Elementary sample raw identification.

sample_quality

Object of class integer expected. Sample quality identification.

sample_type

Object of class integer expected. Sample type identification.

specie_code

Object of class integer expected. Specie code identification.

specie_code3l

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

length_type

Object of class integer expected. Length type identification, 1 for LD1 and 2 for LF.

sample_total_count

Object of class integer expected. Sample number of total individus counted.

sample_number_measured

Object of class integer expected. Sample number of measured individus.

sample_length_class

Object of class integer expected. Sample length class of measured individus.


Method clone()

The objects of this class are cloneable with this method.

Usage
elementarysampleraw$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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