banner {haplo.score}R Documentation

Print a nice banner

Description

Usage

banner(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


banner("This is a pretty banner", banner.width=40, char.perline=30)

# ========================================
#          This is a pretty banner
# ========================================

[Package Contents]