R/mlnormal_create_disp.R

Defines functions mlnormal_create_disp

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

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 Sept. 11, 2024, 9:16 p.m.