loadData-methods: Generic function to load data from a data source

Description Usage Arguments Value

Description

Generic function to load data from a data source

Load data from a BrainBucketSource

loadData

load a BrainVolume

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
loadData(x, ...)

## S4 method for signature 'BrainBucketSource'
loadData(x, key)

## S4 method for signature 'SparseBrainVectorSource'
loadData(x, mmap = FALSE)

## S4 method for signature 'BrainVectorSource'
loadData(x, mmap = FALSE)

## S4 method for signature 'BrainVolumeSource'
loadData(x)

Arguments

x

a data source

...

additional arguments

key

the name or index of the bucket to load

mmap

use memory-mapped file

Value

an instance of class BrainVolume

an instance of class BrainVector


bbuchsbaum/neuroim documentation built on March 29, 2021, 11:01 a.m.