Description Usage Arguments Value Examples
read grid-data from ArcGIS
1 | gridParamJion(GridCodeTable, gridN, ParamLib)
|
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. |
a datafram(gridN, paramN)
1 2 3 | GL <- fctClassify(OGL, GID, 20, 0, 5)
names(GL)[2] <- "Code"
GLP <- gridParamJion(GL, 311, LLib)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.