getLinkDfIndices {MetCirc} | R Documentation |
Get indices in linkDf of feature
Description
Gets indices in linkDf of feature
Usage
getLinkDfIndices(groupnameselected, linkDf)
Arguments
groupnameselected |
character vector with groupname of selected
feature, vector containing "group" and "name" to display, that is
a unique identifier of the features, "group" and "name" have to be separated
by "_" where "group" is the first and "name" is the last element
|
linkDf |
data.frame , in each row there is information about
features to be connected
|
Details
Internal use for function highlight
.
Value
getLinkDfIndices
returns indices concerning
linkDf
to which groupnameselected
connects
Author(s)
Thomas Naake, thomasnaake@googlemail.com
Examples
## Not run: getLinkDfIndices(groupnameselected, linkMatrix)
[Package
MetCirc version 1.16.0
Index]