Description Usage Arguments Value Author(s) See Also Examples
Get the general rate.
1 2 |
this |
A GeneralInDel object. |
... |
Not used. |
A numeric vector of length one.
Botond Sipos, Gregory Jordan
For more information see GeneralInDel
.
1 2 3 4 5 6 7 8 9 10 | # create a GeneralInDel object
o<-GeneralInDel(rate=0.5)
# get/set general rate
getRate(o)
setRate(o, 1.5)
# get/set rate via virtual field
o$rate
o$rate<-0.3
o$rate
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.