Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

plot.bs_xmin

Plot methods for bootstrap objects


Description

A simple wrapper around the plot function to aid with visualising the bootstrap results. The values plotted are returned as an invisible object.

Usage

## S3 method for class 'bs_xmin'
plot(x, trim = 0.1, ...)

## S3 method for class 'bs_p_xmin'
plot(x, trim = 0.1, ...)

## S3 method for class 'compare_distributions'
plot(x, ...)

Arguments

x

an object of class bs_xmin or bs_p_xmin

trim

When plotting the cumulative means and standard deviation, the first trim percentage of values are not displayed. default trim=0.1

...

graphics parameters to be passed to the plotting routines.


poweRlaw

Analysis of Heavy Tailed Distributions

v0.70.6
GPL-2 | GPL-3
Authors
Colin Gillespie [aut, cre] (<https://orcid.org/0000-0003-1787-0275>)
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.