Plot 3d representation of neuron (ngraph) with directed edges
# S3 method for ngraph plot3d(x, type = "lines", soma = 1, labels = c("none", "nodes", "all"), ...)
x | A |
---|---|
type | They type of arrows (lines by default, see |
soma | radius of soma (or |
labels | Whether to label nodes/alll points with their raw index (not id) |
... | Additional arguments passed to |
plot3d(as.ngraph(Cell07PNs[[1]]))