print.Sing: Printing methods for various crackR objects

Description Usage Arguments Value Author(s) See Also

View source: R/print.Sing.R

Description

These methods do the expected printings of crackR objects

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
## S3 method for class 'Sing'
print(x,...)
## S3 method for class 'Mult'
print(x,...)
## S3 method for class 'CD'
print(x,...)
## S3 method for class 'stateSing'
print(x,...)
## S3 method for class 'stateMult'
print(x,...)
## S3 method for class 'stateCD'
print(x,...)
## S3 method for class 'crackRresults'
print(x,sfpof.int=FALSE,...)
## S3 method for class 'crackRparallel'
print(x,sfpof.int=FALSE,...)
## S3 method for class 'Sing'
head(x,...)
## S3 method for class 'Mult'
head(x,...)
## S3 method for class 'CD'
head(x,...)
## S3 method for class 'parametersSing'
head(x,...)
## S3 method for class 'parametersMult'
head(x,...)
## S3 method for class 'parametersCD'
head(x,...)
## S3 method for class 'stateSing'
head(x,...)
## S3 method for class 'stateMult'
head(x,...)
## S3 method for class 'stateCD'
head(x,...)
## S3 method for class 'crackRresults'
head(x,sfpof.int=FALSE,...)
## S3 method for class 'crackRparallel'
head(x,sfpof.int=FALSE,...)
## S3 method for class 'Sing'
tail(x,...)
## S3 method for class 'Mult'
tail(x,...)
## S3 method for class 'CD'
tail(x,...)
## S3 method for class 'parametersSing'
tail(x,...)
## S3 method for class 'parametersMult'
tail(x,...)
## S3 method for class 'parametersCD'
tail(x,...)
## S3 method for class 'stateSing'
tail(x,...)
## S3 method for class 'stateMult'
tail(x,...)
## S3 method for class 'stateCD'
tail(x,...)
## S3 method for class 'crackRresults'
tail(x,sfpof.int=FALSE,...)
## S3 method for class 'crackRparallel'
tail(x,sfpof.int=FALSE,...)

Arguments

x

Object of appropriate class

...

Optional additional arguments

sfpof.int

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

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.