nat icon indicating copy to clipboard operation
nat copied to clipboard

NeuroAnatomy Toolbox: An R package for the (3D) visualisation and analysis of biological image data, especially tracings of single neurons.

Results 63 nat issues
Sort by recently updated
recently updated
newest added

See #263 also revealed by vim=as.im3d(xyzmatrix(v.jfrc2), voxdims(JFRC2), BoundingBox=boundingbox(JFRC2)) although the

enhancement

see https://github.com/jefferis/nat/tree/feature/set-data.frame branch.

``` r im3d(1:12, dims=c(2,3,4)) ``` should give an array with real dimensions c(2,3,4).

bug

and it surely should when we are checking for equality rather than equality rather than equivalence

bug

- since at the moment we don't know what to do about said dimensions - should maybe think about allowing this but sorting out BoundingBox/x,y,z appropriately when this happens

bug

from nat.as

enhancement

It would be useful to have some form of 'registry' where sets of neurons originating from the same dataset could be listed. This would allow a user to refer to...

enhancement

Currently, only the views `"XY"`, `"YZ"`, `"XZ"` and `"ZY"` can be specified, and it is not clear what orientation they correspond to. Possible alternatives include: 1. Specifying which axis the...

enhancement

* this still seems to be up in the air but at least some preparatory branches for igraph 2.0 use a 0 rather than NaN to signal unreachable nodes *...

@jefferis @jdmanton @mmc46 @dmurdoch: This package fails its checks for the release candidate for igraph 2.0.0. See for details. Is this a problem in your package? Should we be doing...