undroptensor: Adds a spurious dimension to a tensor

Description Usage Arguments Details Value Author(s) Examples

Description

A dimension of length 1 is added a given position to a tensor

Usage

1

Arguments

A

the tensor

name

the name of the dimension to be added

pos

the position, where to insert the new dimension

Details

The function is a pure convenience function.

Value

A tensor with one extra dimension of length 1 with name name at position pos.

Author(s)

K. Gerald van den Boogaart

Examples

1
2
A <- to.tensor(1:4,c(a=2,b=2))
undrop.tensor(A,"i")

tensorA documentation built on Nov. 20, 2020, 9:07 a.m.