formatTable {rLFT} | R Documentation |
formatTable
Description
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.
Usage
formatTable(cppMatrix, rid, fid, noRID)
Arguments
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 |
Value
outDF A data frame holding all the convexity data of a feature and its corresponding ID's
[Package rLFT version 1.0.1 Index]