generate.region: Defining a Survey Region

Description Usage Arguments Value Examples

Description

This function creates a new survey region

Usage

1
        generate.region(x.length = 100, y.width = 100, habitat = matrix(0, 1, 1))

Arguments

x.length

length of region

y.width

width of region

habitat

matrix with habitat entries for the region (NOT FULLY IMPLEMENTED)

Value

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.)

Examples

1
2
3
reg <- generate.region(x.length = 50, y.width = 80)
summary(reg)
plot(reg)

dill/wisp documentation built on May 15, 2019, 8:31 a.m.