Description Usage Arguments Value Examples
Return combinations of different patterns of diseases to a specified number of combinations.
1 2 3 | unique_combos(positions, combinations = 2)
get_combos(positions, combinations = 2)
|
positions |
Vector of all positions for each element of |
combinations |
Maximum number of disease combinations to be generated ( |
matrix of unique combinations (if using unique_combos()
, else all combinations).
1 2 | positions = list(c(1,2,3,4), c(3), c(3), c(2,3))
unique_combos(positions, combinations = 2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.