combos: Counts the number of combinations that equal a range, with a...

Description Usage Arguments

View source: R/pokemon.R

Description

Counts the number of combinations that equal a range, with a min roll of min and max max

Usage

1
combos(equals = 0:45, min = 0, max = 15, print = FALSE)

Arguments

equals

the range of sum of stats you want to check, from 0 to 45

min

the minimum score for each stat

max

the maximum score for each stat

print

print each combination or no?


thelit/openpogo documentation built on Jan. 16, 2020, 12:52 a.m.