rtReadMapVeg: reads a vegetation map (raster) from a text or gridascii file

Description Usage Arguments Value Examples

Description

rtReadMapVeg reads vegetation map either from a text or gridascii file initially accepts hat-trick format vegetation maps which have character values of : D T O S B G N for 7 categories

Usage

1
rtReadMapVeg(inFile)

Arguments

inFile

filepath

Value

a matrix (character) of the passed map

Examples

1
2
#read in example vegetation map
mVegCats <- rtReadMapVeg( system.file("extdata","vegTanzaniaSerengetiTorr1km.txt", package="rtsetse"))

AndySouth/rtsetse documentation built on May 5, 2019, 6:02 a.m.