R/mlnormal_create_disp.R

Defines functions mlnormal_create_disp

## File Name: mlnormal_create_disp.R
## File Version: 0.06

mlnormal_create_disp <- function(symbol=".", length=30, line_break=TRUE )
{
    v1 <- paste0( rep(symbol, length=length), collapse="")
    v1 <- paste0( v1, "\n")
    return(v1)
}

Try the LAM package in your browser

Any scripts or data that you put into this service are public.

LAM documentation built on May 18, 2022, 5:17 p.m.