Create R6 reference object class wellset

Methods


Method new()

Initialize function for R6 wellset class.

Usage

wellset$new(
  trip_id,
  activity_id,
  well_id,
  sample_id,
  weighted_weight,
  weighted_weight_minus10,
  weighted_weight_plus10
)

Arguments

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))


Method clone()

The objects of this class are cloneable with this method.

Usage

wellset$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.