formatTable {rLFT} | R Documentation |
Formats a data frame with all the convexity data of a feature and that features corresponding ID's. If no Route ID value is given, one will be generated, otherwise the given Route ID will be used and a feature ID will be generated.
formatTable(cppMatrix, rid, fid, noRID)
cppMatrix |
A matrix holding the convexity data of a given feature |
rid |
A character that represents the unique Route ID of a feature |
fid |
A numeric that represents the current feature |
noRID |
A literal that denotes whether or not a Route ID value was given |
outDF A data frame holding all the convexity data of a feature and its corresponding ID's