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