R/print.pdb.R

Defines functions print.pdb

Documented in print.pdb

print.pdb <- function(x, printseq=TRUE, ...) {
  ## Print a summary of basic PDB object features
  y <- summary.pdb(x, printseq=printseq, ...)
}

Try the bio3d package in your browser

Any scripts or data that you put into this service are public.

bio3d documentation built on Oct. 27, 2022, 1:06 a.m.