generate.design.no: Survey Design of Nearest Object Method

Description Usage Arguments Details Value See Also Examples

Description

Generates a point-to-nearest-object survey design for the point-to-nearest-object method.

Usage

1
generate.design.no(reg, n.points=2)

Arguments

reg

object of class ‘region’ generated with generate.region function

n.points

number of points in the sample

Details

Chooses n.points in such a way that all points in the survey region are equally likelly to be chosen and each chosen point is independent of the location of other chosen points.

Value

Returns an object of class 'design.no´ which has the following elements:

region

object of class 'region´

n.points

number of sampled points within the region

x

the x-coordinates of the points

y

the y-coordinates of the points

See Also

generate.region generate.sample.no

Examples

1
2
3
     myreg<- generate.region(x.length = 80, y.width = 50)
     mydes <- generate.design.no(myreg, n.points = 20)
     plot(mydes)

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