DndDice/man/summary.Die.Rd

21 lines
422 B
Text
Raw Normal View History

2019-03-19 03:56:07 +00:00
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/mean_print_summary_plot.R
\name{summary.Die}
\alias{summary.Die}
\title{Print a die's summary.}
\usage{
\method{summary}{Die}(x)
}
\arguments{
\item{x}{A die}
}
\value{
A vector of named probabilities for each outcome of the die.
}
\description{
Return the probabilities of a die for different rolls.
}
\examples{
summary(advantage(d20,d20))
}