ReadLRN: load *.lrn files

Description Usage Arguments Details Value Author(s) References See Also

Description

read data files in the LRN format see /dbt/ZFileFormatDocuments/lrn.html

Usage

1
ReadLRN(FileName, InDirectory=getwd())

Arguments

FileName

name of *.lrn file

InDirectory

directory where *.lrn file is (default == getwd() )

Details

ReadLRN is the primary resource to read a *.lrn file For the corresponding write function see WriteLRN

Value

a list with following elements:

Data

a numeric matrix containing n rows and m columns

Key

a numeric vector of length(n)

Header

n column names for Data or n+1 if a special name for Key is wanted

DataDefined

the Defined line of *.lrn for the data see ZFileFormatDocuments

Author(s)

Michael Thrun

References

www.uni-marburg.de/fb12/datenbionik databionics@mathematik.uni-marburg.de

See Also

WriteLRN, addext, indexmerge


aultsch/DataIO documentation built on May 14, 2019, 10:34 p.m.