kyotil (version 2016.11-9)

matrix.array.functions: Matrix and Array Functions

Description

concatList returns a string that concatenates the elements of the input list or array

Usage

AR1(p, w)
concatList(lis, sep = "")
EXCH(p, rho)
fill.jagged.array(a)
getMidPoints(x)
getUpperRight(matri, func = NULL)
last(x, n = 1, ...)
mix(a, b)
"rep"(x, times = 1, ...)
"rep"(x, times = 1, each = 1, by.row = TRUE, ...)
"rep"(x, times = 2, ...)
shift.left(x, k = 1)
shift.right(x, k = 1)
thin.rows(dat, thin.factor = 10)
ThinRows(dat, thin.factor = 10)
tr(m)

Arguments

p

w

lis
list or array
sep

rho

a

x

matri

func

n

...

b

times

each

by.row

k

dat

thin.factor

m

Examples

Run this code

concatList(1:3,"_")

Run the code above in your browser using DataCamp Workspace