indexmerge: sort dbt files by given index

Description Usage Arguments Details Value Author(s) See Also

Description

indexmerge sorts data of .lrn, .cls and .bm files by their common index

Usage

1
indexmerge(lrndata, bm = NULL, cls = NULL)

Arguments

lrndata

data.frame with column names = index

bm

data.frame with two columns, colnames = index

cls

data.frame with one column, colnames = index

Details

lrndata, bm and cls should have the same index, i.e. column names. Only the order of the data can differ.

Value

a list

lrndata

same data as above

bm

same bm data as above, only in the same index-order as lrndata

cls

same cls data as above, only in the same index-order as lrndata

Author(s)

databionics working group, university of marburg, germany

See Also

ReadLRN,ReadBM,ReadCLS


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