is.pdb.Rd
Checks whether its argument is an object of class ‘pdb’ or ‘pdbs’.
is.pdb(x) is.pdbs(x)
x | an R object. |
---|
Tests if the object ‘x’ is of class ‘pdb’
(is.pdb
) or ‘pdbs’ (is.pdbs
), i.e. if ‘x’ has a
“class” attribute equal to pdb
or pdbs
.
TRUE if x is an object of class ‘pdb(s)’ and FALSE otherwise
#> [1] TRUE