Learn R Programming

poweRlaw (version 0.60.3)

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

"plot"(x, trim = 0.1, ...)
"plot"(x, trim = 0.1, ...)
"plot"(x, ...)

Arguments

x
an object of class bs_xmin or bs_p_xmin
trim
When plotting the cummulative 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.