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