structure(.Data,...)
.Data
, with attributes as specified by the remaining arguments.
This function is used to create an object and assign its attributes in
one call; for example, the output of
dump
may contain calls to
structure
.
structure(1:12, dim=c(3, 4)) # creates a matrix