Description Usage Arguments Value Examples
Compare the DPS of different Stats
1 | compare_dps(stats_list, timeframe = c(60, 300), iter = 50000, seed = NULL)
|
stats_list |
as list of |
timeframe |
vector of minimal and maximal duration of a fight in seconds |
iter |
number of iterations |
seed |
optional seed |
a data frame
1 2 3 4 5 6 | compare_dps(list(
stats1 = list(int = 277, sp = 346, crit = 2, hit = 2),
stats2 = list(int = 277, sp = 346, mp5 = 100)
),
iter = 1000
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.