delold {arrayhelpers}R Documentation

Strip the attributes keeping track of the former shape

Description

Convenient for printing

Usage

delold(a)

Arguments

a

the array

Value

a stripped of the old.* attributes.

Author(s)

Claudia Beleites

Examples


a <- arrayhelpers:::a
makeNd (a, 2)
delold (makeNd (a, 2))



[Package arrayhelpers version 1.1-0 Index]