View source: R/readasciigrid.R
readasciigrid | R Documentation |
This function reads an ASCII grid from disk and returns a grid
object.
readasciigrid(path, as.matrix = FALSE)
path |
The path to a ASCII grid on disk. Relative paths are interpreted relative to the current working directory. |
as.matrix |
if |
An object of class grid
Ethan Plunkett
writeasciigrid
for writing ASCII grids. readasciigridheader
for reading just the header information.
#
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.