mcv: Minimization coefficient of variation (MCV) for homogeneous...

Description Usage Arguments Examples

View source: R/mcv.R

Description

Minimization coefficient of variation (MCV) for homogeneous segmentation of spatial lines data.

Usage

1
mcv(var = "deflection", length = "length", data, range = NULL)

Arguments

var

A character or a character vector of variable names, such as a road pavement performance indicator.

length

A character of road length name in data.

data

A data frame of a dataset.

range

A vector of segment length threshold.

Examples

1
2
3
testdata <- tsdwa[1:100,]
testdata$length <- testdata$SLK.end - testdata$SLK.start
testdata <- mcv(var = "Deflection", length = "length", testdata, range = c(0.1, 0.5))

HS documentation built on Sept. 10, 2019, 9:03 a.m.

Related to mcv in HS...