fetch.neurocdf: Extract slice or cube from neuro netCDF file

Description Usage Arguments Author(s)

View source: R/fetch.R

Description

Extract slice or cube from neuro netCDF file

Usage

1
2
3
4
  ## S3 method for class 'neurocdf'
 fetch(object, id = 1, type = 1,
    pos = c(type, id), var = "SubjectImage", slice = NULL,
    plane = 3, start, count, onlydesc = FALSE, ...)

Arguments

object

Filename of neuro netCDF file

id

Image number (of type 'type', e.g. individual)

type

Image type (only used with var="SubjectImage")

pos

Image number and type

var

Image variable in neuro netCDF file

slice

Slice in plane

plane

Number of string defining plane (optional)

start

Optional start position in neuro netCDF

count

Optional count in neuro netCDF

onlydesc

Only extract description

...

Arguments parsed on to lower level functions

Author(s)

Klaus K. Holst


kkholst/neurocdf documentation built on May 20, 2019, 10:59 a.m.