findbreak: Find spaital breaking locations and add a column of breaks.

Description Usage Arguments Examples

View source: R/findbreak.R

Description

Find spaital breaking locations and add a column of breaks.

Usage

1
2
findbreak(start = "SLK.start", end = "SLK.end", data,
                 dist.allow = 0.05, line.no = NULL)

Arguments

start

A character of start location name of a spatial line.

end

A character of end location name of a spatial line.

data

A data frame of a dataset.

dist.allow

A number of the maximum allowed breaks within a line segment.

line.no

A character of spatial line name.

Examples

1
2
3
testdata <- tsdwa[1:100,]
testdata <- findbreak(start = "SLK.start", end = "SLK.end",
                      data = testdata, dist.allow = 0.05)

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

Related to findbreak in HS...