Learn R Programming

arrayhelpers (version 1.1-2)

delold: Strip the attributes keeping track of the former shape

Description

Convenient for printing

Usage

delold(a)

Value

a stripped of the old.* attributes.

Arguments

a

the array

Author

Claudia Beleites

Examples

Run this code

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


Run the code above in your browser using DataLab