Learn R Programming

arrayhelpers (version 1.1-0)

delold: 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.

Examples

Run this code
# NOT RUN {
a <- arrayhelpers:::a
makeNd (a, 2)
delold (makeNd (a, 2))


# }

Run the code above in your browser using DataLab