perlin_noise | R Documentation |
Generates 2D Perlin noise of any scale, in a matrix of any size. Credit to Vincent Zoonekynd for this answer.
perlin_noise(out_rows = 128, out_cols = 128, levels_x = 10, levels_y = 10)
out_rows, out_cols |
rows and columns in output matrix. |
levels_x, levels_y |
bumpyness in x and y dimension. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.