Learn R Programming

vascr (version 0.1.4)

ecis_import: Import all ECIS values, a child of ecis_import_raw and ecis_import_model

Description

Import all ECIS values, a child of ecis_import_raw and ecis_import_model

Usage

ecis_import(raw = NULL, modeled = NULL, experimentname = NULL)

Value

A data frame containing all the data APB generated from an experiment

Arguments

raw

A raw ABP file to import

modeled

A modeled APB file for import

experimentname

Name of the experiment to be built into the dataset

Examples

Run this code

raw = system.file('extdata/instruments/ecis_TimeResample.abp', package = 'vascr')
modeled = system.file('extdata/instruments/ecis_TimeResample_RbA.csv', package = 'vascr')
experimentname = "TEST"

#Then run the import

data = ecis_import(raw ,modeled,experimentname)
#head(data)

Run the code above in your browser using DataLab