Description Usage Arguments Functions Slots
This class is used in cases when the algorithm does not converge.
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 | ## S4 method for signature 'picsError'
show(object)
## S4 method for signature 'picsError'
minRange(x)
## S4 method for signature 'picsError'
maxRange(x)
## S4 method for signature 'picsError'
score(x)
## S4 method for signature 'picsError'
scoreReverse(x)
## S4 method for signature 'picsError'
scoreForward(x)
## S4 method for signature 'picsError'
chromosome(x)
## S4 method for signature 'picsError'
se(x)
## S4 method for signature 'picsError'
seF(x)
## S4 method for signature 'picsError'
seR(x)
## S4 method for signature 'picsError'
sigmaSqF(x)
## S4 method for signature 'picsError'
sigmaSqR(x)
## S4 method for signature 'picsError'
delta(x)
## S4 method for signature 'picsError'
mu(x)
## S4 method for signature 'picsError'
w(x)
## S4 method for signature 'picsError'
K(x)
## S4 method for signature 'picsError'
code(x)
|
object, x |
A |
show,picsError-method
: show method
minRange,picsError-method
: Get start of range
maxRange,picsError-method
: Get end of range
score,picsError-method
: Score accessor.
scoreReverse,picsError-method
: Reverse score accessor.
scoreForward,picsError-method
: Forward score accessor.
chromosome,picsError-method
: Chromosome accessor
se,picsError-method
: se accessor
seF,picsError-method
: Forward se accessor
seR,picsError-method
: Reverse se accessor
sigmaSqF,picsError-method
: sigmaSqF accessor
sigmaSqR,picsError-method
: sigmaSqR accessor
delta,picsError-method
: delta accessor
mu,picsError-method
: mu accessor
w,picsError-method
: w accessor
K,picsError-method
: K accessor
code,picsError-method
: Error code accessor
errorCode
The error code for debugging.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.