intersection {Starr} | R Documentation |
This function intersects the names of two named vectors and stores the intersection in a matrix.
intersection(means, expression)
means |
a list of named integer vectors. |
expression |
a named integer vector |
a matrix containing the values of features, that are contained in both vectors.
Benedikt Zacher zacher@lmb.uni-muenchen.de