Search notes:

R function: structure

#
#   S.a. -> str()
#

mm <- structure ( 1:6 , .Dim = 2:3 )

mm
#      [,1] [,2] [,3]
# [1,]    1    3    5
# [2,]    2    4    6
Github repository about-r, path: /functions/structure.R

See also

Index to (some) R functions

Index