gridParamJion: read grid-data from ArcGIS

Description Usage Arguments Value Examples

View source: R/GeoTools.R

Description

read grid-data from ArcGIS

Usage

1
gridParamJion(GridCodeTable, gridN, ParamLib)

Arguments

GridCodeTable

datafram mit GridID, wert, Rate. name of Wert must same with first column of ParamLib.(output from fctClassfy)

gridN

intger, how many grid.

ParamLib

datafram, Data set corresponding to each type.

Value

a datafram(gridN, paramN)

Examples

1
2
3
GL <- fctClassify(OGL, GID, 20, 0, 5)
names(GL)[2] <- "Code"
GLP <- gridParamJion(GL, 311, LLib)

MomentVon/HMtools documentation built on April 4, 2021, 8:57 p.m.