View source: R/readasciigridheader.R
readasciigridheader | R Documentation |
This function returns a list containing the header information from an ASCII grid.
readasciigridheader(path)
path |
the path of an ASCII grid on disk |
A list of the header information in the ASCII grid which explains the location and extent of the grid
nrow, ncol |
Number of rows and columns in the grid |
xll, yll |
x and y coordinates of the lower left corner of the lower left cell in the grid |
cellsize |
The dimensions of each cell in the grid |
na.value |
The value used to store |
This function is used by readasciigrid.
Ethan Plunkett
readasciigrid
, writeasciigrid
# readasciigrid("dem.asc")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.