Create R6 reference object class wellsets
     
    
    
    Methods
Inherited methods
Method new()
Initialize function for R6 wellsets class.
Arguments
- ...
- (empty, list or R6-wellset classes) Nothing, a list of object R6-wellset classes or one object R6-wellset classes. 
 
 
Method add()
Function for add a new wellset in the object wellsets.
Arguments
- new_item
- (list or R6-wellset classes) A list of object R6-wellset classes or one object R6-wellset classes. 
 
 
Method filter_by_trip()
Function for filter wellsets by trip identification.
Usage
wellsets$filter_by_trip(trip_id)
 
Arguments
- trip_id
- (character) Trip identification. 
 
 
Method clone()
The objects of this class are cloneable with this method.
Usage
wellsets$clone(deep = FALSE)
 
Arguments
- deep
- Whether to make a deep clone.