chargecomplement-methods {stacomiR}R Documentation

Methods for Function chargecomplement

Description

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

Methods

signature(object = "ref_parqual")

collexts possible values for a qualitative parameter, for instance for parameter sex would be values male & female

Examples

## Not run: 
dc_selectionne=6
taxa_selectionne=2038
stage_selectionne="AGJ"
object=new("ref_parqual")
object<-charge(object)
chargecomplement(object)

## End(Not run)

[Package stacomiR version 0.5.4.2 Index]