top_n_dice {tidydice} | R Documentation |
Helper function to get sum of top n dice
Description
Helper function to get sum of top n dice
Usage
top_n_dice(x, n, dec = F)
Arguments
x |
Vector of dice-values |
n |
Number of dice |
dec |
Decreasing |
[Package tidydice version 1.0.0 Index]