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 a BrainSurface

loadData

Load data from a BrainBucketSource

load a BrainVolume

Usage

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

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

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

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

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

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

Arguments

x

a data source

...

additional arguments

mmap

use memory-mapped file

key

the name or index of the bucket to load

Value

an instance of class BrainVector

an instance of class BrainVolume


neuroim documentation built on May 2, 2019, 1:04 p.m.