vm_c_rough_mn.Rd
Calculate Roughness index (RI)
vm_c_rough_mn(landscape, class_col, n = 100)
the input landscape image,
the name of the class column of the input landscape
number of boundary points to generate
the function returns tibble with the calculated values in column "value", this function returns also some important information such as level, class, patch id and metric name.
to be added...
Basaraner, M., & Cetinkaya, S. (2017). Performance of shape indices and classification schemes for characterising perceptual shape complexity of building footprints in GIS. International Journal of Geographical Information Science, 31(10), 1952–1977. https://doi.org/10.1080/13658816.2017.1346257
vm_c_rough_mn(vector_landscape, "class")
#> Warning: number of items to replace is not a multiple of replacement length
#> Warning: number of items to replace is not a multiple of replacement length
#> # A tibble: 3 × 5
#> level class id metric value
#> <chr> <chr> <chr> <chr> <dbl>
#> 1 class 1 NA rough_mn 0.148
#> 2 class 2 NA rough_mn 0.0629
#> 3 class 3 NA rough_mn 0.0529