errBarchartParameter-class {ddCt} | R Documentation |
Parameter object for errBarchart
Objects can be created by calls of the form
new("errBarchartParameter", ...)
. So far the object is only
internally used, but in the near future it will be exported.
exprsUndeterminedLabel
:Object of class
"character"
, specifying the text label when the expression
level is ‘Undetermined’
signature(object =
"errBarchartParameter")
: getting the text label when the
expression level is ‘Undetermined’
signature(object = "errBarchartParameter")
:
print method
So far it is only internallly used
Jitao David Zhang <jitao_david.zhang@roche.com>
## Internally used ## param <- new("errBarchartParameter") ## exprsUndeterminedLabel(param)