getLinkMatrixIndices {MetCirc}R Documentation

Get indices in LinkMatrix of feature

Description

Gets indices in LinkMatrix of feature

Usage

getLinkMatrixIndices(groupnameselected, linkMatrix)

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

linkMatrix

matrix, in each row there is information about features to be connected

Details

Internal use for function highlight.

Value

getLinkMatrixIndices returns indices concerning linkMatrix to which groupnameselected connects

Author(s)

Thomas Naake, thomasnaake@googlemail.com

Examples

## Not run: getLinkMatrixIndices(groupnameselected, linkMatrix)

[Package MetCirc version 1.14.0 Index]