20 lines
422 B
R
20 lines
422 B
R
% 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))
|
|
}
|