Description Usage Arguments Value Author(s) See Also Examples
Set the general rate.
1 2 |
this |
A GeneralInDel object. |
value |
The new general rate (a numeric vector of length one). |
... |
Not used. |
The new general rate.
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.