getLinkDfIndices {MetCirc} | R Documentation |
Gets indices in linkDf of feature
getLinkDfIndices(groupnameselected, linkDf)
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 |
Internal use for function 'highlight'
'getLinkDfIndices' returns indices concerning 'linkDf' to which 'groupnameselected' connects
Thomas Naake, thomasnaake@googlemail.com
## Not run: getLinkDfIndices(groupnameselected, linkMatrix)