-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvm_c_detour_mn.Rd
30 lines (29 loc) · 1014 Bytes
/
vm_c_detour_mn.Rd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/vm_c_detour_mn.R
\name{vm_c_detour_mn}
\alias{vm_c_detour_mn}
\title{Detour Index(vector data)}
\usage{
vm_c_detour_mn(landscape, class_col)
}
\arguments{
\item{landscape}{the input landscape image,}
\item{class_col}{the name of the class column of the input landscape}
}
\value{
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.
}
\description{
Calculate Detour Index
}
\details{
ratio between perimeter of equal-area circle and perimeter of convex hull of polygon
}
\examples{
vm_c_detour_mn(vector_landscape, "class")
}
\references{
Angel, S., Parent, J., & Civco, D. L. (2010). Ten compactness properties of circles: Measuring shape in geography: Ten compactness properties of circles.
The Canadian Geographer / Le Géographe Canadien, 54(4), 441–461. https://doi.org/10.1111/j.1541-0064.2009.00304.x
}