Create R6 reference object class standardisedsample

Methods


Method new()

Initialize function for R6 standardisedsample class.

Usage

standardisedsample$new(
  trip_id,
  well_id,
  sample_id,
  sample_quality,
  sample_type,
  specie_code,
  specie_code3l,
  sample_standardised_length_class_lf,
  sample_number_measured_extrapolated_lf,
  sample_total_count
)

Arguments

trip_id

(character) Trip identification.

well_id

(character) Well identification.

sample_id

(character) Sample 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

(character) Specie code identification on 3 characters.

sample_standardised_length_class_lf

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

sample_number_measured_extrapolated_lf

Object of class numeric expected. Sample number of measured individus extrapolated to all counted individus.

sample_total_count

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


Method clone()

The objects of this class are cloneable with this method.

Usage

standardisedsample$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.