permutation_test_plot: permutation_test_plot class

Description Usage Arguments Value Examples

View source: R/permutation_test_class.R

Description

Plots the results of a permutation test.

Usage

1
permutation_test_plot(style = "boxplot", binwidth = 0.05, ...)

Arguments

style

The plot style. One of 'boxplot', 'violin', 'histogram', 'density' or 'scatter'.

binwidth

Binwidth for the "histogram" style. Ignored for all other styles.

...

additional slots and values passed to struct_class

Value

struct object

Examples

1
C = permutation_test_plot(style='boxplot')

structToolbox documentation built on Nov. 8, 2020, 6:54 p.m.