Learn R Programming

wux (version 2.2-1)

read.wux.table: 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.

Examples

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

Run the code above in your browser using DataLab