powered by
Gets the number of dimensions of each natomic_object() in an nlists_object().
natomic_object()
nlists_object()
# S3 method for nlists npdims(x, ...)
The nlists object
Unused.
A named list of the number of dimensions of each numeric atomic object.
pdims()
# NOT RUN { term::npdims(nlists(nlist(x = 1:3))) term::npdims(nlists( nlist(y = 3, zz = matrix(2:5, 2)), nlist(y = 5, zz = matrix(1:4, 2)) )) # }
Run the code above in your browser using DataLab