Description Usage Arguments Value Author(s) Examples
Check if an object inherits from the GeneralInDel class.
1 2 | ## Default S3 method:
is.GeneralInDel(this, ...)
|
this |
An object. |
... |
Not used. |
TRUE or FALSE.
Botond Sipos, Gregory Jordan
1 2 3 4 5 6 7 | # create some objects
o<-GeneralInDel(rate=1, propose.by=function(process){sample(c(1:10),1)});
x<-GTR()
# check if they inherit from GeneralInDel
is.GeneralInDel(o)
is.GeneralInDel(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.