stacomiR (version 0.5.4.2)

charge_complement,ref_parqual-method: Loads an additional dataset this method is loaded to obtain the possible values of a qualitative parameter. Here data only contains one line

Description

Loads an additional dataset this method is loaded to obtain the possible values of a qualitative parameter. Here data only contains one line

Usage

# S4 method for ref_parqual
charge_complement(object)

Arguments

object

An object of class ref_parqual-class

Value

An S4 object of class ref_parqual with the valqual slot filled

Examples

Run this code
# NOT RUN {
 dc_selectionne=6
taxa_selectionne=2038
 stage_selectionne="AGJ"
 object=new("ref_parqual")
 object<-charge(object)
 charge_complement(object)
# }

Run the code above in your browser using DataCamp Workspace