distcenter | R Documentation |
The function is based on sf package and it can be used with a shape file or an R spatial object (class sf, sfc or sfg).
distcenter(spatobj = NULL, folder = NULL, shape = NULL,
center = 1, distin = 'm', distout = 'm')
spatobj |
a spatial object (class sf, sfc or sfg) containing geographic information |
folder |
a character vector with the folder (directory) name indicating where the shapefile with the geographic information is located. |
shape |
a character vector with the name of the shapefile (without the .shp extension) which contains the geographic information |
center |
the row number of the center |
distin |
input metric conversion, based on measurements package and includes conversions from 'm', 'km', 'inch', 'ft', 'yd', 'mi', 'naut_mi', etc. |
distout |
output metric conversion, based on measurements package and includes conversions to 'm', 'km', 'inch', 'ft', 'yd', 'mi', 'naut_mi', etc. |
A vector with the distance to the center's centroid
Other spatial functions used for segregation indices
computation: area
, contig
,
perimeter
, distance
,
boundaries
distcenter(segdata, center = 46)
foldername <- system.file('extdata', package = 'OasisR')
shapename <- 'segdata'
distcenter(folder = foldername, shape = shapename, center = 19)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.