printBanner {haplo.stats} | R Documentation |
Print a nice banner
Description
Usage
printBanner(str, banner.width=80, char.perline=60, border="=")
Arguments
str |
character string - a title within the banner
|
banner.width |
width of banner
|
char.perline |
number of characters per line for the title
|
border |
type of character for the border
|
Details
Value
Side Effects
References
See Also
Examples
printBanner("This is a pretty banner", banner.width=40, char.perline=30)
#========================================
# This is a pretty banner
#========================================