Description Usage Arguments Value Examples
loadChessBoard
is used when the input file has a 2D shape, this is a board shape, and it is only one variable of interest.
For example:
1 | 1 | 1 | 1 | 1 | 1 |
2 | 2 | 2 | 2 | 2 | |
3 | 3 | 3 | 3 | 3 | |
4 | 4 | 4 | 4 | 4 | |
1 | loadChessBoard(fileName)
|
fileName |
the path and file's name to load. |
data frame with two variables, the first variable is a vector with coordinate x (latitude) and y (longitude), the second variable contains the values of the variable of interest.
1 2 | fileInput <- system.file("testdata", "chessboard.csv", package="Irescale")
data<-loadChessBoard(fileInput)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.