Description Usage Arguments Value Note Author(s) Examples
Generates a matrix of Perlin noise of defined dimensions
1 | perlin_noise(vx = 7, vy = 8, ix = 100, iy = 100)
|
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 |
A matrix of values of dimension ix,iy.
Based on code from http://stackoverflow.com/questions/15387328/realistic-simulated-elevation-data-in-r-perlin-noise
Grant Williamson
1 2 | i = perlin_noise()
image(i)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.