Create R6 reference object class standardisedsampleset
new()
Initialize function for R6 standardisedsampleset class.
standardisedsampleset$new(
trip_id,
activity_id,
well_id,
sample_id,
sample_quality_code,
sample_type_code,
species_code,
species_fao_code,
sample_standardised_length_class_lf,
sample_number_weighted,
sample_weigth,
sample_weight_unit,
sample_category
)
trip_id
Object of class character expected. Trip identification.
activity_id
Object of class character expected. Activity identification.
well_id
Object of class character expected. Well identification.
sample_id
Object of class character expected. Sample identification.
sample_quality_code
Object of class integer expected. Sample quality identification.
sample_type_code
Object of class integer expected. Sample type identification.
species_code
Object of class integer expected. Specie code identification.
species_fao_code
Object of class character expected. 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_weighted
Object of class numeric expected. Sample number of measured individus extrapolated to all counted individus and weighted by set weight.
sample_weigth
Object of class numeric expected. Weight (kg) of the sample number of measured individus extrapolated to all counted individus (conversion by length weight relationship: coeficient a * length class lf ^ coeficient b).
sample_weight_unit
Object of class numeric or NA expected. Weight (kg) of one individu calculated by the length weight relationship: coeficient a * length class lf ^ coeficient b).
sample_category
Object of class character expected. Sample category: -10kg or +10kg.