Learn R Programming

FloodMapper (version 1.0)

FM.readLandcover: Load Land Cover Raster

Description

After DEM raster is loaded, this function should be executed to load land cover raster.

Usage

FM.readLandcover(lcfile, rerun = FALSE)

Arguments

lcfile

full file path of the land cover raster.

rerun

(OPTIONAL) assign TRUE if this is a rerun.

Examples

Run this code
# NOT RUN {
## Load FloodMapper package
library(FloodMapper)

## Refer to Step 3 in the sample code of FM.start():
## Step 3. Load the 1000km land cover raster from the sample dataset
# }

Run the code above in your browser using DataLab