Description Usage Arguments Details Value
Reads data from a text file with columns "x", "y", and, optionally, "lambda", "sigma" and "SB".
1 |
file |
character, the name of the file which the data are to be read from. |
... |
further arguments to be passed to |
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
.
An object of type data
. See set.data
for details.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.