View source: R/run.cont.power.make.plot.R
run.cont.power.make.plot | R Documentation |
This function (1) identifies an informative distribution of effect and power estimates given your datas total sample size and (2) returns a summary plot.
run.cont.power.make.plot(mydata)
mydata |
Your metabolite data matrix, with samples in rows |
a ggplot2 object
ex_data = matrix(NA, 1000, 2) run.cont.power.make.plot( ex_data )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.