Learn R Programming

gconsensus (version 0.3.2)

plot.comparison: Plot a gconsensus comparison object

Description

Shows the confidence intervals associated with the different gconsensus values specified in the comparison.

Usage

# S3 method for comparison
plot(x, ...)

Value

a plot object

Arguments

x

gconsensus comparison object, containing the estimates for a set of gconsensus value.

...

any additional graphical parameter.

Author

tools:::Rd_package_author("gconsensus")

Maintainer: tools:::Rd_package_maintainer("gconsensus")

Details

The plot contains the confidence intervals associated with the set of gconsensus values under comparison. 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

See Also

comparison.gconsensus, print.comparison, plot