ff (version 4.0.12)

undim: Undim

Description

undim returns its input with the dim attribute removed

Usage

undim(x)

Value

x without dim attribute

Arguments

x

an object

Author

Jens Oehlschlägel

See Also

unclass<-, unclass, unname, dim

Examples

Run this code
  x <- matrix(1:12, 3)
  x
  undim(x)

Run the code above in your browser using DataLab