*.neuron | R Documentation |
If x is a 1-vector or a 3-vector, multiply xyz only If x is a 4-vector, multiply xyz and diameter by that TODO Figure out how to document arithemtic functions in one go
## S3 method for class 'neuron'
n * x
## S3 method for class 'neuron'
n + x
## S3 method for class 'neuron'
n - x
## S3 method for class 'neuron'
n / x
n |
a neuron |
x |
(a numeric vector to multiply neuron coords in neuron) |
modified neuron
neuron
n1<-Cell07PNs[[1]]*2
n2<-Cell07PNs[[1]]*c(2,2,2,1)
stopifnot(all.equal(n1,n2))
n3<-Cell07PNs[[1]]*c(2,2,4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.