Learn R Programming

arrayhelpers (version 0.75-20111128)

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
a <- arrayhelpers:::a
makeNd (a, 2)
delold (makeNd (a, 2))

Run the code above in your browser using DataLab