View source: R/write.landuse.E3D.R
write.landuse.E3D | R Documentation |
This function writes a land-use/land-cover file for simultaneously modeling of EROSION-2D slopes in EROSION-3D. One row represents one EROSION-2D slope, when flow routing is set to one neighbor in EROSION-3D.
write.landuse.E3D(
POLY_ID = c(1, 2, 3),
length = 50,
path,
filename = "/model/landuse.asc",
resolution = 1
)
POLY_ID |
numeric vector, number of elements defines columns of created relief file. Refers to POLY_ID in soil_params.csv of E3D. |
length |
numeric value, defining slope length in whole meters |
path |
folder path in which file will be written |
filename |
name of created file |
resolution |
set spatial resolution |
None, file is written
write.landuse.E3D(path = "C:/E3Dmodel/")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.