output.format1.Rd
This function does some formatting of output.
output.format1(stringtype, label, rep.N=1,stringlength=70)
Type of string for display, e.g. "*"
, "-"
, ...
Some comment which should be displayed at the console
Number of lines which shall be left blank
Length of vector with label
Generates a string output at the R console
output.format1(stringtype="*'", label="HELLO WORLD", stringlength=20)
## *'*'*'*'*'*'*'*'*'*'*'*'*'*'*'*'*'*'*'*'
## HELLO WORLD