Write an environmental layer to file (for visual debugging purposes) Input is a landscape as a vector. The landscape can be visualized by putting it into a matrix format (nrow = extent) and using the byrows = T option
1 | write.env.lyr(in.lyr, change.count, extent, outfile, create.new = 0)
|
in.lyr |
The input layer values |
change.count |
An indicator for the current environmental change step. |
extent |
One sided length of the landscape |
outfile |
File to be created |
create.new |
(default to 0) An indicator for whether to write header info & start a new file |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.