read.data: Read data from file

Description Usage Arguments Details Value

View source: R/interface.R

Description

Reads data from a text file with columns "x", "y", and, optionally, "lambda", "sigma" and "SB".

Usage

1
read.data(file = stop("'file' must be specified"), ...)

Arguments

file

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

...

further arguments to be passed to read.table (optional).

Details

This function implements one of the ways to load experimental data. The file must consist of a header with column names and several columns below. First two columns in file must be x and y values. The others could specify lambda, sigma and SB.

Value

An object of type data. See set.data for details.


BBEST documentation built on Jan. 8, 2021, 2:22 a.m.