Description Usage Arguments Value Author(s) See Also Examples
Check whether an object inherits from the Sequence class.
1 2 | ## Default S3 method:
is.Sequence(this, ...)
|
this |
An object. |
... |
Not used. |
TRUE or FALSE
Botond Sipos, Gregory Jordan
For more information see Sequence
.
1 2 3 4 5 6 7 | # create some objects
seq<-Sequence(length=10)
a<-Alphabet()
# check if they inherit from Sequence
is.Sequence(seq)
is.Sequence(a)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.