Barplot method for objects of class PostHoc
# S3 method for PostHoc
barplot(
height,
col = "lightblue",
labelsCol = "black",
space2max = 0,
UseGrouping = TRUE,
ylim = NULL,
main = "",
ylab = "",
xlab = "",
lty = 1,
drawAxis = TRUE,
rightshift = 0,
additionalTextGrouping = "",
superpose = FALSE,
cex.grouping = 1,
cex.ticks = 0.1,
cex.lab = 1,
ylog = FALSE,
...
)an object of class PostHoc to be printed
the colour of the bars (default = "lightblue")
the colour of the bars (default = "black")
space between the upper limit of the confidence interval and the label<U+00A8>
should the grouping be added to the plots (default = TRUE)
range of the vertical axis
character with the title of the plot (default = '')
label of the vertical axis
label of the horizontal axis
type of line
should the axis be drawn (default = TRUE)
a number specifying a (small) right shift of the line
character vector with additional text to the grouping
should the graph be superposed to an existing graph (default = FALSE)
size of the labels of groups
size of the thicks defining the the limits of the confidence intervals
size of the labels
should the vertical axis be expressed in a logarithmic scale (default = FALSE)
parameters to be passed to the barlot function
none
# NOT RUN {
MM <- glm(Y ~ Treatment+0, data=DeIdentifiedExample)
GG <- posthoc(MM)
barplot(GG)
# }
Run the code above in your browser using DataLab