Description Usage Arguments Value See Also
load.data
takes two character vectors which are paths to two delimited files, reads the data,
takes the first three columns from each data set and coerces them into two data frames, and
finally creates an sDomain list with the spatial extent of the first two dimensions of both data sets.
1 | load.data(pth1, pth2, delim)
|
pth1 |
a character vector with a path to a delimited file containing the first data set in the first three columns |
pth2 |
a character vector with a path to a delimited file containing the second data set in the first three columns |
delim |
a single vector indicating how the data are delimited |
a list which is added to the gpnl.obj as gpnl.obj$data.list
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.