maskfile | R Documentation |
Creates a mask file and writes the result into a text file (.out) that is stored in 'input' folder. The text file (.out) stores values -1,0 where -1 are assigned to nodata locations and 0 are assigned to nodes with values (id region). As input you should provide the name of list returned by 'grdfile()'.
maskfile(grdobj)
grdobj, |
string, name of list, output of function 'grdfile()' |
'maskfile()' also returns the following list of objects:
file |
list characters; indicating filename and root folder where text file is stored |
zones |
list list of values to be passed to ssdpars() |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.