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

Description Usage Arguments Author(s) See Also Examples

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

1
2
## 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, ...)

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

Author(s)

Alex Lisovich, Roger Day

See Also

For more information see Bootstrap.

Examples

1
2
 examples$bootstrap$plot();
 

IdMappingAnalysis documentation built on Oct. 31, 2019, 3:30 a.m.