Calculates the local correlation between sets of images

smri_corr_img(x, mask = NULL, outdir = tempdir(), verbose = TRUE,
  suffix = "_corr", radius = rep(1, 3), method = c("pearson",
  "spearman"))

Arguments

x

List of images

mask

mask to normalize over

outdir

Output directory

verbose

print diagnostic messages

suffix

what the append to end of the output filename

radius

radius of neighborhood. See corr_img

method

Method for correlation. See corr_img

Value

List of filenames