perlin_noise: Generates a matrix of Perlin noise

Description Usage Arguments Value Note Author(s) Examples

View source: R/mvcs.r

Description

Generates a matrix of Perlin noise of defined dimensions

Usage

1
perlin_noise(vx = 7, vy = 8, ix = 100, iy = 100)

Arguments

vx

X dimension of field size for vector noise

vy

Y dimension of field size for vector noise

ix

X dimension of output matrix

iy

Y dimension of output matrix

Value

A matrix of values of dimension ix,iy.

Note

Based on code from http://stackoverflow.com/questions/15387328/realistic-simulated-elevation-data-in-r-perlin-noise

Author(s)

Grant Williamson

Examples

1
2

ozjimbob/ecbtools documentation built on Jan. 18, 2021, 7:39 p.m.