plot.bs_xmin | R Documentation |
A simple wrapper around the plot function to aid with visualising the bootstrap results. The values plotted are returned as an invisible object.
## 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, ...)
x |
an object of class |
trim |
When plotting the cumulative means and standard deviation,
the first trim percentage of values are not displayed. default |
... |
graphics parameters to be passed to the plotting routines. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.