plot.doe {gconsensus} | R Documentation |
Plot a "degrees of equivalence" object
Description
Plots a char showing the confidence interval for the unilateral degrees of equivalance associated to each participating laboratory.
Usage
## S3 method for class 'doe'
plot(x, ...)
Arguments
x |
A doe object |
... |
Any additional graphical parameter |
Details
Plot a unilateral degree of equivalence (doe) object.
Formating options of the plot:
display.order
a string, this is used to order the data source, valid values are: "location" for sorting based on the repoted means, "dispersion" for sorting based on reported variances, any other value for sorting based on typing order. Default value is "location".
display.shownames
a logical, if true then the participants names are used to identify the ploted values, otherwise the code value is used instead. Default value is FALSE.
display.orientation
a string, this is used to build the plot vertically or horizontally, valid values are: "horizontal" otherwise vertical is assumed, default value is "horizontal".
display.expandedUncertainty
a logical, if true then expanded uncertainty is used for plots, otherwise standard uncertainty is used. Default value is FALSE.
Value
A plot of the doe object using the options displor.order and display.shownames, showing the confidence interval for the unilateral degree of equivalence attached to each participant.
Author(s)
Hugo Gasca-Aragon
Maintainer: Hugo Gasca-Aragon <hugo_gasca_aragon@hotmail.com>
See Also
doe.gconsensus
, plot
, print.doe