seqinfo: Display Box Sequence Information

Description Usage Arguments Value Author(s) See Also Examples

Description

Function takes a box sequence as output by sdprim, and prints it nicely to the screen, and also to a text file if desired.

Usage

1
seqinfo(box.seq, outfile = NA)

Arguments

box.seq

A box sequence object as output by sdprim.

outfile

A character specifying a filename for outputting a copy of the printed display. The default NA argument will not output a file.

Value

Nothing of value returned, but outputs text to screen, and also to the text file specified in outfile.

Author(s)

Benjamin P. Bryant, bryant@prgs.edu

See Also

sdprim, dimplot

Examples

1
2
3
4
5
6
7
8
#Load an example box sequence for demonstration:
data(exboxes)

#Display information about the box sequence:
seqinfo(exboxes)

#Display info, and also print it out:
seqinfo(exboxes, outfile="demofile.txt")

sdtoolkit documentation built on May 2, 2019, 6:04 a.m.

Related to seqinfo in sdtoolkit...