is,Annotated-method | R Documentation |
Functions to test inheritance relationships between an object and a class
or between two classes. It uses the generic is function but overrides its
behavior for objects of class Annotated-class
when
testing for inheritance from Project-class
class.
## S4 method for signature 'Annotated'
is(object, class2)
object |
the object to be tested |
class2 |
the class name to test the object against |
see the is
for more details
a logical
object = S4Vectors::List(test='test')
is(object,'Annotated')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.