Create R6 reference object class wellset
new()
Initialize function for R6 wellset class.
wellset$new(
trip_id,
activity_id,
well_id,
sample_id,
weighted_weight,
weighted_weight_minus10,
weighted_weight_plus10
)
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.
weighted_weight
Object of class numeric expected. Set weight weighted by all set in the well(s).
weighted_weight_minus10
Object of class numeric expected. Set weight of individuals less than 10 kg (weighted by all set in the well(s))
weighted_weight_plus10
Object of class numeric expected. Set weight of individuals plus than 10 kg (weighted by all set in the well(s))