Description Usage Arguments Details Value Author(s) References
Calculate shape indices listed in Borg 1998
1 | borgIndices(Ar, Ur, De, Du)
|
Ar |
area of the entities |
Ur |
Perimeter of the cloud entities |
De |
Diameter of the inner circle |
Du |
Diameter of the outer circle |
This function is mainly used as internal function of
geometryVariables
A RasterStack
Hanna Meyer
Borg, E. & Fichtelmann, B. (1998): Vergleichende Analyse von Formindizes zur Charaktersierung von Landschaftsobjekten unter ökologischen Aspekten. Zeitschrift für Photogrammetrie und Vermessung, 66, 108-112. @examples msg_example <- raster(system.file("extdata/msg", "201007121650_mt09s_ct01dk009_m1hct_1000_rg01de_003000.rst", package="Rainfall")) # set non clouded areas to NA: msg_example=reclassify(msg_example, cbind(-99,NA)) #calculate geometry Variables geometry <- geometryVariables(msg_example,var=c("Ar","Ur","Re","Ru")) borg<-borgIndices(geometry$Ar,geometry$Ur,geometry$Re*2, geometry$Ru*2) plot(borg)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.