fetch: Calculate wave fetch

Description Usage Arguments Value Examples

Description

Calculate wave fetch

Usage

1
fetch(x, y, rad, dir = 32, coast)

Arguments

x

coord of point at wich to calc fetch.

y

coord of point at wich to calc fetch.

rad

Radius of fetch distance.

dir

Number of compass directions to calc fetch.

coast

SpatialPolgons of coastline to use.

Value

The fetch distance at each compass point.

Examples

1
fetch(0, 0,1000,32,coast)

davesteps/randomFuns documentation built on May 14, 2019, 9:25 p.m.