chargecomplement-methods {stacomiR} | R Documentation |
Methods for function chargecomplement
method chargecomplement
this method is called after selecting the object (data only counts one line)
and allows a request to obtain a complement, for instance possible values for a qualitative parameter
signature(object = "ref_parqual")
collexts possible values for a qualitative parameter, for instance for parameter sex would be values male & female
## Not run: dc_selectionne=6 taxa_selectionne=2038 stage_selectionne="AGJ" object=new("ref_parqual") object<-charge(object) chargecomplement(object) ## End(Not run)