View source: R/permutation_plot.R
permutation_plot | R Documentation |
Plot the Empirical Null Distribution of Permutation Best Scores returned from CaDrA() function
permutation_plot(perm_res)
perm_res |
a list of objects returned from |
a density plot
# Load pre-computed permutation results
data(perm_res)
# Plot the permutation results
permutation_plot(perm_res)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.