printText: Printing Functions for supporting mStats package

Description Usage Arguments Author(s) Examples

View source: R/printText.R

Description

Printing Functions to format the outputs from mStats package

Usage

1
2
3
4
5
6
7
8
9
printText(x, txt, split = NULL)

printLines(x = "=", width = 80, nextLine = TRUE)

printMsg(txt = NULL)

warningText(txt = NULL)

wrapText(txt, width = 80, sep = "\n")

Arguments

x

vector, matrix, dataframe or separator (in case of printLines)

txt

texts

split

separator for printText

width

desired character length to display

nextLine

logical value, indicating of next line,

sep

separator for line break

Author(s)

Myo Minn Oo (Email: dr.myominnoo@gmail.com | Website: https://myominnoo.github.io/)

Examples

1
2
3
4
5
6
## Not run: 
x <- rnorm(100)
plot(x)
clear()

## End(Not run)

myominnoo/mStats_beta documentation built on Feb. 29, 2020, 8:17 a.m.