Learn R Programming

neurobase (version 1.32.4)

random_nifti: Create Random `nifti` object

Description

Create Random `nifti` object

Usage

random_nifti(dim, ...)

Value

A `nifti` object

Arguments

dim

dimensions for the `nifti` object

...

arguments to send to nifti

Examples

Run this code
random_nifti(c(10, 10, 2))
random_nifti(c(10, 10))

Run the code above in your browser using DataLab