Last data update: 2014.03.03

R: Reads in wux data.frame from harddisk
read.wux.tableR Documentation

Reads in wux data.frame from harddisk

Description

Reads in wux csv file obtained from models2wux from harddisk and creates a wux.df object (data frame) from it.

Usage

read.wux.table(file, ...)

Arguments

file

the name of the file which the data are to be read from.

...

Further arguments to be passed to read.table.

Value

A wux.df data.frame object.

Author(s)

Thomas Mendlik thomas.mendlik@uni-graz.at

Examples

## read WUX test data
## Not run: wux.data.frame <- read.wux.table("~/dir/to/data/ensembles_diff.csv")

Results