fast_dice_tab | R Documentation |
Fast Dice Tabulation
fast_dice_tab(x, y)
fast_dice(x, y, verbose = FALSE)
x |
A |
y |
A |
verbose |
A logical indicating output |
A table object
library(oro.nifti)
set.seed(20161007)
dims = rep(10, 3)
arr = array(rnorm(10*10*10), dim = dims)
nim = oro.nifti::nifti(arr) > -1
fast_dice_tab(nim, nim)
fast_dice(nim, nim) == 1
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.