Dimensionality reduction operations
dim_mean(image, dim = 4L)dim_sd(image, dim = 4L)
dim_max(image, dim = 4L)
dim_whichmax(image, dim = 4L)
dim_min(image, dim = 4L)
dim_median(image, dim = 4L)
dim_quantile(image, dim = 4L, prob)
dim_AR1(image, dim = 4L)
An updated pipeline.
An image object or pipeline.
Integer value between 1 and 4, giving the dimension to apply the reduction along.
For drt_quantile
, the quantile probability to extract
(analogously to quantile
).