Learn R Programming

bio3d (version 2.4-4)

is.pdb: Is an Object of Class ‘pdb(s)’?

Description

Checks whether its argument is an object of class ‘pdb’ or ‘pdbs’.

Usage

is.pdb(x)
  is.pdbs(x)

Value

TRUE if x is an object of class ‘pdb(s)’ and FALSE otherwise

Arguments

x

an R object.

Details

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.

See Also

read.pdb, read.fasta.pdb, pdbaln

Examples

Run this code
# Read a PDB file
pdb <- read.pdb( system.file("examples/1hel.pdb", package="bio3d") )
is.pdb(pdb)

Run the code above in your browser using DataLab