plot.Bootstrap {IdMappingAnalysis} | R Documentation |
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
## S3 method for class 'Bootstrap' plot(x, new.plot=FALSE, file.copy=FALSE, copy.zoom=1, cex.main=1.2, cex.lab=1, cex.axis=1, cex.legend=1, ...)
new.plot |
|
file.copy |
|
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 |
Alex Lisovich, Roger Day
For more information see Bootstrap
.
examples$bootstrap$plot();