Examples for 'base::structure'


Attribute Specification

Aliases: structure

Keywords: attribute manip

### ** Examples

structure(1:6, dim = 2:3)
     [,1] [,2] [,3]
[1,]    1    3    5
[2,]    2    4    6

[Package base version 4.2.3 Index]