Learn R Programming

aniSNA (version 1.1.1)

plot.bootstrapped_pvalue_matrix: To plot the results obtained from bootstrapped_difference_pvalues function

Description

To plot the results obtained from bootstrapped_difference_pvalues function

Usage

# S3 method for bootstrapped_pvalue_matrix
plot(x, ...)

Value

No return value, called for side effects. The plot shows p-values between 0 and 1 corresponding to each sample size.

Arguments

x

A matrix of p-values obtained from bootstrapped_difference_pvalues function

...

Further arguments are ignored.

Examples

Run this code
# \donttest{
data(elk_network_2010)
mean_pvalue_matrix <- bootstrapped_difference_pvalues(elk_network_2010, n_versions = 100)
plot(mean_pvalue_matrix)
# }

Run the code above in your browser using DataLab