View source: R/plotPermResults.R
plotPermResults | R Documentation |
Show a graphical representation of permutation test.
plotPermResults(permTestTx_results = NULL, breaks = 15, alpha = 0.05,
test_type = "one-sided", binwidth = NULL)
permTestTx_results |
A |
breaks |
Histogram breaks. Default is 15. |
alpha |
Significance level. |
test_type |
The type of the test. This argument only receives either two options "one-sided" or "two-sided". Default is "one-sided". |
binwidth |
Histogram binwidth. |
A plot object.
permTestTx
file <- system.file(package="RgnTX", "extdata", "permTestTx_results.rds")
permTestTx_results <- readRDS(file)
p_a <- plotPermResults(permTestTx_results, binwidth = 1)
p_a
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.