nvertices | R Documentation |
Find the number of vertices in an object (or each element of a neuronlist)
nvertices(x, ...)
## Default S3 method:
nvertices(x, ...)
## S3 method for class 'neuronlist'
nvertices(x, ...)
## S3 method for class 'igraph'
nvertices(x, ...)
x |
An object with 3d vertices (e.g. neuron, surface etc) |
... |
Additional arguments passed to methods (currently ignored) |
an integer number of vertices (or a vector of length equal to a neuronlist)
nvertices(Cell07PNs[[1]])
nvertices(kcs20)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.