Description Usage Arguments Value Author(s) See Also Examples
Check whether the general rate of a GeneralInDel object is undefined.
1 2 | ## S3 method for class 'GeneralInDel'
hasUndefinedRate(this, ...)
|
this |
A GeneralInDel object. |
... |
Not used. |
TRUE or FALSE.
Botond Sipos, Gregory Jordan
For more information see GeneralInDel
.
1 2 3 4 5 6 7 8 9 | # create a GeneralInDel object
o<-GeneralInDel()
# check if the general rate is undefined
hasUndefinedRate(o)
# set general rate
o$rate<-1
# check rate again
hasUndefinedRate(o)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.