By downloading this code you agree to the
Source Code Use License (PDF). |
{version = 1.09; (* of patlst 1994 sep 5}
(* begin module describe.patlst *)
(*
name
patlst: lister of patlrn output.
synopsis
patlst(pattern: in, patout: out, patlstp: in, output: out)
files
pattern: the input pattern matrix to be reformatted; this is the
output of the program patlrn.
patout: the output reformatted pattern matrix.
patlstp: a parameter file for specifying the pagewidth of the patout
file; must contain an integer as the first thing on the first
line, which specifies the number of matrix elements to be printed
across a page; if this file is empty the pagewidth is set to the
constant 'defpagewidth'.
output: for messages to the user.
description
patlst takes the output from the patlrn program and reformats the
pattern matrix to run horizontally across the page. it is broken
so that it fits neatly on the page. this is useful for making
publishable copies of the pattern matrices.
see also
patlrn.p, patana.p
author
gary d. stormo
bugs
none known
*)
(* end module describe.patlst *)
{This manual page was created by makman 1.45}
{created by htmlink 1.62}