plot_rand | R Documentation |
This function takes the return of the rand_test function and creates a histogram with the distribution of the rand sample statistics.
plot_rand(
object,
xlab = NA,
ylab = "Frequency",
title = "Random distribution",
text_observed = "observed",
color = "lightgrey",
...
)
object |
Object returned from the rand_test() function |
xlab |
Label for the x-axis. |
ylab |
Label for the y-axis. |
title |
Plot title. |
text_observed |
Text for marking the number of observed statistic. |
color |
Bar color. |
... |
Further arguments passed to the plot function. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.