intersect | R Documentation |
TODO: accept along=c(1,2,1,1...) [maybe list w/ vectors as well?] TODO: accept data=env/list arg? [sig-comb/drug-tissue/assocs.r#62-65]
intersect(..., along = 1, envir = parent.frame(), drop = FALSE, fail_if_empty = TRUE)
... |
Arrays that should be intersected |
along |
The axis along which to intersect |
envir |
A list or environment to act upon |
drop |
Drop unused dimensions on result |
fail_if_empty |
Stop if intersection yields empty set |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.