fctClassify: High resolution data reclassfy to low resolution data: N*N...

Description Usage Arguments Value Examples

View source: R/GeoTools.R

Description

High resolution data reclassfy to low resolution data: N*N data to 1 data, and in the table(ID, Code, )

Usage

1
fctClassify(OriginalWert, GridID, classifyN, leftDropN = 0, upDropN = 0)

Arguments

OriginalWert

original wert grid-data aus ArcGIS, there are 6 row ist meta data

GridID

2-array, the gridID in geological

classifyN

intger how many data to 1 data

leftDropN

how many grid in left in High resolution data would deleate

upDropN

how many grid in up in High resolution data would deleate

Value

a new data in datafram(crid ID, wert, rate) mit low resolution data

Examples

1
GL = fctClassify(OGL, GID, 20, 0, 5)

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