Learn R Programming

IdMappingAnalysis (version 1.16.0)

plot.Bootstrap: Scatterplot of bootstrapped results: sd vs correlation

Description

Scatterplot of the sd vs correlation values obtained from the pre-computed Bootstrap object along with two fitted lines: the first (solid blue) for a bootstrap smooth and a second (dashed red) for a normal theory formula

Usage

"plot"(x, new.plot=FALSE, file.copy=FALSE, copy.zoom=1, cex.main=1.2, cex.lab=1, cex.axis=1, cex.legend=1, ...)

Arguments

new.plot
logical indicating if the new graphic device should be created for plot. Default is FALSE.
file.copy
logical or a character string indicating if the plot should be saved to a file. If character string, it's content used as a file name and if TRUE, the default file named is formed and used. Default is FALSE.
cex.main
Main title font size. Default is 1.2.
cex.lab
X and Y titles font size. Default is 1.
cex.axis
X and Y axis labels font size. Default is 1.
cex.legend
plot legend font size. Default is par('cex').
copy.zoom
Zoom factor used when saving plot in a file. Default is 1.
...
Additional graphic parameters

See Also

For more information see Bootstrap.

Examples

Run this code
 examples$bootstrap$plot();
 

Run the code above in your browser using DataLab