View source: R/getLineDamageInfo.R
getLineDamageInfo | R Documentation |
Get Information on Line Damages
getLineDamageInfo(
observations,
I = observations$I,
J = observations$J,
inspno = observations$inspno,
dbg = TRUE
)
observations |
data frame with observations. Required columns: |
I |
Numeric vector of positions of observations |
J |
Vector of character of same length as |
inspno |
vector of inspection identifiers of same length as |
dbg |
if |
data frame with columns ino
(inspection number), ldno
(line damage number), beg.at
, end.at
, beg.x
(position
of line damage begin), end.x
(position of line damage end),
length
(length of line damage)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.