*.neuronlist | R Documentation |
If x is one number or 3-vector, multiply coordinates by that If x is a 4-vector, multiply xyz and diameter TODO Figure out how to document arithemtic functions in one go
## S3 method for class 'neuronlist'
x * y
## S3 method for class 'neuronlist'
x + y
## S3 method for class 'neuronlist'
x - y
## S3 method for class 'neuronlist'
x / y
x |
a neuronlist |
y |
(a numeric vector to multiply coords in neuronlist members) |
modified neuronlist
Other neuronlist:
is.neuronlist()
,
neuronlist-dataframe-methods
,
neuronlistfh()
,
neuronlist()
,
nlapply()
,
read.neurons()
,
write.neurons()
mn2<-Cell07PNs[1:10]*2
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.