Learn R Programming

rtfbs (version 0.3.15)

summary.ms: MS Summary

Description

Prints a short description of an Multiple Sequence (MS) object. Omits names, offsets, and bases by default, but these can be printed using the print.all argument.

Usage

# S3 method for ms
summary(object, ..., print.all = (length.ms(object) < 15 &&
  sum(lengths.ms(object)) < 500))

Arguments

object

MS object

...

Not used (exists for S3 compatibility)

print.all

whether to suppress printing of the bases, offsets, and names. If TRUE prints sequences, offsets, and names of all sequences.

See Also

print.ms