Closed JuliaBeitner closed 5 years ago
Function gave an error message at apply(act.image, c(1,2,3), fun) when only one timeseries for one active voxel was generated. Now it should work for single voxels, as well as 2D slices, and whole 3D brain time series again.
apply(act.image, c(1,2,3), fun)
Hi Julia,
Perfect! Thanks for fixing.
Function gave an error message at
apply(act.image, c(1,2,3), fun)
when only one timeseries for one active voxel was generated. Now it should work for single voxels, as well as 2D slices, and whole 3D brain time series again.