DataImport: Data Import

Description Usage Arguments Value Examples

View source: R/DataImport.R

Description

DataImport() is the function for reading the files containing the observed values and the features in order to build a list storing all the information.

Usage

1
DataImport(file1, file2)

Arguments

file1

is the name of the cvs file containing the observed values and the corresponding observations times.

file2

is a .txt file name containing ID curves and corresponding features.

Value

List with 4 arguments: a data frame with 3 variables (ID curves, volume and time values), a vector for curves lengths, a data frame with curves labeled according to target file features and a vector for overall time grid.

Examples

1
to write...

mbeccuti/Prova documentation built on May 20, 2019, 5:26 p.m.