rapidlyInspectImageData collects basic statistics over a dataset and returns them in a dataframe.

rapidlyInspectImageData(myfiles)

Arguments

myfiles

input list of filenames

Value

matrix is output

Author

Avants BB

Examples

if (FALSE) { # \dontrun{
fnl <- c(
  getANTsRData("r16"),
  getANTsRData("r27"),
  getANTsRData("r62"),
  getANTsRData("r64"),
  getANTsRData("r85")
)
mm <- rapidlyInspectImageData(fnl)
} # }