Description Usage Arguments Value Examples
View source: R/mris_euler_number.R
This function calls mris_euler_number
to
calculate the Euler Number
1 | mris_euler_number(file, outfile = NULL, opts = "")
|
file |
(character) input filename |
outfile |
(character) output filename |
opts |
(character) additional options to |
Result of system
command
1 2 3 4 5 6 7 | ## Not run:
if (have_fs() && requireNamespace("oro.nifti", quietly = TRUE)) {
img = oro.nifti::nifti(array(rnorm(5*5*5), dim = c(5,5,5)))
res = mris_euler_number(img, outfile = tempfile(fileext = ".mgz"))
}
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.