Description Usage Arguments Value Examples
View source: R/Creation_v0.6.R
This adds on a simple header to an array to create an asc spatial dataset and saves this to the hard drive.
1 | ArrayToAsc(inArray, filename, overwrite = FALSE, runno = NULL)
|
inArray |
array - an input array that will provide cell values for the asc file. |
filename |
character - a string giving the filename and path. |
overwrite |
boolean - by default set as NULL. If this is set to true, then the file can overwrite another ascii file with same name. |
runno |
boolean - as part of the process a tempory file is created. If multiple ascii files are being created simultanously then an identifier may stop a conflict of temp files. |
character - currently returns the filepath
1 | TBA...
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.