powered by
Create an object Landscape. Simulate a landscape with neutral and source fields and receptors margins.
Landscape
simulateLandscape(n = 500, prop = 0.4, range = 10, xmin = 0, xmax = 5000, ymin = 0, ymax = 5000, border_size = 200, prob = runif(1, 0.1, 0.9), mean_thickness = runif(1, 2, 20), v_thickness = 50)
simulateLandscape(100,0.4,10,0,1000,0,1000,100,runif(1,0.1,0.9),runif(1,2,20),50)
Run the code above in your browser using DataLab