matrix: Matrix and Array Functions

matrix.array.functionsR 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

tbdp

w

tbdw

lis

list or array

sep

tbdsep

rho

tbdrho

a

tbda

x

tbdx

matri

tbdmatri

func

tbdfunc

n

tbdn

...

tbd...

b

tbdb

times

tbdtimes

each

tbdeach

by.row

tbdby.row

k

tbdk

dat

tbddat

thin.factor

tbdthin.factor

m

tbdm

Examples


concatList(1:3,"_")

kyotil documentation built on Nov. 28, 2023, 1:09 a.m.