printText: Printing Functions for supporting mStats package

View source: R/printText.R

printTextR Documentation

Printing Functions for supporting mStats package

Description

Printing Functions to format the outputs from mStats package

Usage

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

## Not run: 
x <- rnorm(100)
plot(x)
clear()

## End(Not run)

potato-nathan/epiAssist documentation built on April 15, 2022, 11:32 a.m.