Description Usage Arguments Details Value Author(s) Examples
View source: R/plottingFunctions.R
Gets indices in linkDf of feature
1 | 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
1 | ## Not run: getLinkDfIndices(groupnameselected, linkMatrix)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.