Plot the distribution of the statistics obtained from get.stats. Normal and chi-squared distributions are overlayed.
# S3 method for class 'stat.distribution'
plot(
power4omics.stats,
obs.stat.color = "black",
norm.fit.color = "firebrick",
chi.fit.color = "navy"
)
An object of class power4omics.stats
.
Any R-supported color string indicating the color to use for the observed statistics distribution. Default: "black"
.
Any R-supported color string indicating the color to use for the normal distribution. Default: "firebrick"
.
Any R-supported color string indicating the color to use for the chi-squared distribution. Default: "firebrick"
.
A ggplot object.