Learn R Programming

LumReader (version 0.1.0)

import_Stimulation: Function to import a Stimulation

Description

This function import the properties of a Stimulation previously saved in a .EXI file.

Usage

import_Stimulation(file.name)

Arguments

file.name
character name of the .FLT file containing the Stimulation properties.

Value

The function creates a new Stimulation object.

Examples

Run this code
folder <- system.file("extdata", package="LumReader")

file.name <- 'example' # !!! no extension !!! #

file <-paste(folder, '/', file.name, sep="")

example <- import_Stimulation(file)

plot_Stimulation(example)

Run the code above in your browser using DataLab