Learn R Programming

fslr (version 2.25.3)

fsl_bin_tab: Quick Tabulation for logical images

Description

Creates a 2 by 2 table for

Usage

fsl_bin_tab(x, y, dnames = c("x", "y"), verbose = FALSE)

Value

table of x vs y

Arguments

x

filename of logical or 0/1 image

y

filename of logical or 0/1 image

dnames

names for table

verbose

Should fsl commands be printed?