
Last chance! 50% off unlimited learning
Sale ends in
Returns a 3D average of a 4D time series.
getAverageOfTimeSeries(img)
input 4D image
3D ants image is output
# NOT RUN {
img<-as.antsImage( array(data = rep(0,10^4), dim = c(10,10,10,10) ) )
avg<-getAverageOfTimeSeries( img )
# }
Run the code above in your browser using DataLab