DndDice/NAMESPACE
Joel Therrien 566b48ff62 Bug fixes for when die roll is non-integer
Also added a reroll function and simplified code greatly
2019-05-29 10:35:13 -07:00

27 lines
457 B
Text

# Generated by roxygen2: do not edit by hand
S3method("*",Die)
S3method("+",Die)
S3method("<",Die)
S3method("<=",Die)
S3method("==",Die)
S3method(">",Die)
S3method(">=",Die)
S3method(mean,Die)
S3method(plot,Die)
S3method(print,Die)
S3method(summary,Die)
export(advantage)
export(combineDice)
export(d10)
export(d12)
export(d20)
export(d4)
export(d6)
export(d8)
export(disadvantage)
export(makeDie)
export(reroll)
export(roll)
import(dplyr)
import(ggplot2)