headerFile {neuroim}R Documentation

Generic function to get the name of the header file, given a file name and a BrainFileDescriptor instance.

Description

Generic function to get the name of the header file, given a file name and a BrainFileDescriptor instance.

Usage

headerFile(x, fileName)

## S4 method for signature 'BrainFileDescriptor,character'
headerFile(x, fileName)

Arguments

x

descriptor instance

fileName

file name to be stripped of its extension

Value

the correct header name


[Package neuroim version 0.0.6 Index]