spm_probs_to_seg: SPM Probability to Hard Segmentation

Description Usage Arguments Value Examples

View source: R/spm_probs_to_seg.R

Description

Converts probability images from SPM segmentation to a hard, choose-one segmentation

Usage

1
spm_probs_to_seg(img, ties.method = c("first", "last", "random"))

Arguments

img

list of images for probabilities for each class

ties.method

a character string specifying how ties are handled. See max.col. Note, order of ties is different than max.col.

Value

Object of class nifti

Examples

1
2
3
4
5
## Not run: 
spm_seg = spm12_segment(image)$outfiles
seg = spm_probs_to_seg(spm_seg)

## End(Not run)

spm12r documentation built on March 4, 2021, 9:11 a.m.