matrix.array.functions {kyotil}R Documentation

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)

## 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)

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


concatList(1:3,"_")

[Package kyotil version 2018.10-17 Index]