Arguments
faces
The number of faces the dice have; if unspecified, it defaults to 6.
dice
The number of dice to roll; if unspecified, it defaults to 2.
rolls
The number of times to roll the die; if unspeciefid, it defaults to 5.
weights
A vector of probability weights to assign to each face of the die; if unspecified, it defaults to a fair die with weights $1/N$. If specified, its lenght must obviously be equals to the number of faces and all the single weights must sum up to 1.
getExact
A vector containing values to be matched exactly, namely the function returns only those combinations containing all the above mentioned variables.
getPartial
A vector containing values to be matched partially, namely the function returns only those combinations containing at least one of the above mentioned variables. If missing, it defaults to c(1:faces), namemly the function returns all combinations.
toSum
A logical value, defaulting to FALSE. If TRUE, the function returns the sum of the frequencies of the matches (to be used together with getExact or getPartial)