Skip to content

Commit

Permalink
fix typo in function name
Browse files Browse the repository at this point in the history
  • Loading branch information
jefferis committed Nov 9, 2020
1 parent 644e8c3 commit cb2c144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/neuron-io-fiji.R
Expand Up @@ -95,7 +95,7 @@ read.neuron.fiji<-function(f, ..., simplify=TRUE,
if(components=='fill') {
voxdims=as.numeric(attr(l, 'samplespacing')[1:3])
for(i in seq_along(l)) {
xyzmmatrix(l[[i]])=scale(xyzmatrix(l[[i]]), scale = 1/voxdims, center = F)
xyzmatrix(l[[i]])=scale(xyzmatrix(l[[i]]), scale = 1/voxdims, center = F)
}
return(l)
}
Expand Down

0 comments on commit cb2c144

Please sign in to comment.