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"
)

Arguments

power4omics.stats

An object of class power4omics.stats.

obs.stat.color

Any R-supported color string indicating the color to use for the observed statistics distribution. Default: "black".

norm.fit.color

Any R-supported color string indicating the color to use for the normal distribution. Default: "firebrick".

chi.fit.color

Any R-supported color string indicating the color to use for the chi-squared distribution. Default: "firebrick".

Value

A ggplot object.