Learn R Programming

rtrend (version 0.1.5)

set_dim: Set dimensions of an Object

Description

Set dimensions of an Object

Usage

set_dim(x, dim)

set_dimnames(x, value)

Arguments

x

an R object, for example a matrix, array or data frame.

dim

integer vector, see also base::dim()

value

For the default method, either NULL or a numeric vector, which is coerced to integer (by truncation).

See Also

Examples

Run this code
x <- 1:12
set_dim(x, c(3, 4))

Run the code above in your browser using DataLab