Description Usage Arguments Value Author(s) Examples
Basic set operations are used to compare two vectors
1 | compTwoVecs(vec1, vec2)
|
vec1 |
A vector of atomic types, e.g. integers, characters, etc. |
vec2 |
A vector of the same type as |
A vector of six integer elements
vec1.setdiff |
Number of
unique items only in |
intersect
|
Number of items in both |
vec2.setdiff
|
Number of unique items only in |
vec1.ulen |
Number of unique items in |
vec2.ulen |
Number of unique items in |
union |
Number
of unique items in |
Jitao David Zhang <jitao_david.zhang@roche.com>
1 2 3 | year1 <- c("HSV", "FCB", "BVB", "S04", "FCN")
year2 <- c("HSV", "FCK", "S04")
compTwoVecs(year1, year2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.