Skip to contents

Create a minimal LogicalNeuroVol for examples

Usage

create_minimal_LogicalNeuroVol(dims = c(3L, 3L, 2L), true_voxels = NULL)

Arguments

dims

3D dimensions, e.g., c(3L, 3L, 2L).

true_voxels

A list of 3-element integer vectors for TRUE voxels, e.g., list(c(1L,1L,1L), c(2L,1L,1L)). If NULL, creates a small default pattern.

Value

A LogicalNeuroVol object.