man/permutation_test_plot.Rd
8c01dfa9
 % Generated by roxygen2: do not edit by hand
 % Please edit documentation in R/permutation_test_class.R
 \name{permutation_test_plot}
 \alias{permutation_test_plot}
 \title{permutation_test_plot class}
 \usage{
 permutation_test_plot(style = "boxplot", binwidth = 0.05, ...)
 }
 \arguments{
6daf6f4e
 \item{style}{The plot style. One of 'boxplot', 'violin', 'histogram', 'density' or 'scatter'.}
8c01dfa9
 
 \item{binwidth}{Binwidth for the "histogram" style. Ignored for all other styles.}
 
 \item{...}{additional slots and values passed to struct_class}
 }
 \value{
 struct object
 }
 \description{
 Plots the results of a permutation test.
 }
 \examples{
 C = permutation_test_plot(style='boxplot')
 }