findbreak {HS} | R Documentation |
Find spaital breaking locations and add a column of breaks.
Description
Find spaital breaking locations and add a column of breaks.
Usage
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
testdata <- tsdwa[1:100,]
testdata <- findbreak(start = "SLK.start", end = "SLK.end",
data = testdata, dist.allow = 0.05)
[Package HS version 1.1 Index]