Description Usage Arguments Value Examples
This function creates a new survey region
| 1 |         generate.region(x.length = 100, y.width = 100, habitat = matrix(0, 1, 1))
 | 
| x.length | length of region | 
| y.width | width of region | 
| habitat | matrix with habitat entries for the region (NOT FULLY IMPLEMENTED) | 
generate.region returns an object of class 'region“ which has the following elements:
| x.length | length of region. | 
| y.width | width of region. | 
| habitat | matrix with habitat entries for the region. (Use of this matrix has not yet been implemented in other WiSP functions.) | 
| 1 2 3 | reg <- generate.region(x.length = 50, y.width = 80)
summary(reg)
plot(reg)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.