plot.Sing: Plotting methods for various crackR objects

Description Usage Arguments Value Author(s) See Also

View source: R/plot.Sing.R

Description

These methods generate plots for the various crackR object classes

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
## S3 method for class 'Sing'
plot(x,sfpof.int=FALSE,...)
## S3 method for class 'Mult'
plot(x,sfpof.int=FALSE,...)
## S3 method for class 'CD'
plot(x,sfpof.int=FALSE,...)
## S3 method for class 'crackRresults'
plot(x,boot=FALSE,thresh=NA,sfpof.int=FALSE,...)
## S3 method for class 'crackRparallel'
plot(x,thresh=NA,sfpof.int=FALSE,...)
## S3 method for class 'Sing'
lines(x,sfpof.int=FALSE,...)
## S3 method for class 'Mult'
lines(x,sfpof.int=FALSE,...)
## S3 method for class 'CD'
lines(x,sfpof.int=FALSE,...)
## S3 method for class 'crackRresults'
lines(x,sfpof.int=FALSE,...)
## S3 method for class 'crackRparallel'
lines(x,sfpof.int=FALSE,...)

Arguments

x

Object of appropriate class

boot

Logical. Whether to also plot bootstrap SFPOF estimates

thresh

Numeric. Plots a horizontal line on SFPOF plots at this value. If NA, no line is plotted.

sfpof.int

Logical. Whether SFPOF estimates should be approximated from the pof.int component of the results instead of the usual sfpof component

...

Optional additional arguments. Note the line type is hard-coded to \"l\"; trying to set a different type will currently cause an error.

Value

NULL

Author(s)

Keith Halbert <keith.a.halbert@gmail.com>

See Also

crackRinit
analyze
analyzeParallel


crackR documentation built on May 29, 2017, 8:45 p.m.