corr_rast: Generate correlated rater surfaces

Description Usage Arguments Author(s) Examples

View source: R/correlated_raster_function.R

Description

Function to create correlated surfaces

Usage

1
corr_rast(corr, FUN, ...)

Arguments

corr

Desired correlation level between fbm surfaces

FUN

NLMR function to create random surface

...

Specify all necessary parameters of the function 'FUN'

Author(s)

Bill Peterman

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## Not Run:
library(raster)
cr <- corr_rast(corr = 0.5,
                FUN = NLMR::nlm_fbm,
                ncol = 50,
                nrow = 50,
                fract_dim = 0.5,
                user_seed = 555) 
plot(cr) 

## End (Not run)

nspope/radishDGS documentation built on Sept. 15, 2020, 10:43 p.m.