matrix.array.functions {kyotil} | R Documentation |
concatList returns a string that concatenates the elements of the input list or array
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) ## S3 method for class 'data.frame' rep(x, times = 1, ...) ## S3 method for class 'matrix' rep(x, times = 1, each = 1, by.row = TRUE, ...) ## S3 method for class 'matrix.block' 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)
p |
|
w |
|
lis |
list or array |
sep |
|
rho |
|
a |
|
x |
|
matri |
|
func |
|
n |
|
... |
|
b |
|
times |
|
each |
|
by.row |
|
k |
|
dat |
|
thin.factor |
|
m |
concatList(1:3,"_")