ff (version 2.2-14)

undim: Undim

Description

undim returns its input with the dim attribute removed

Usage

undim(x)

Arguments

x

an object

Value

x without dim attribute

See Also

unclass<-, unclass, unname, dim

Examples

Run this code
# NOT RUN {
  x <- matrix(1:12, 3)
  x
  undim(x)
# }

Run the code above in your browser using DataLab