DndDice/man/mean.Die.Rd

22 lines
337 B
Text
Raw Permalink 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{mean.Die}
\alias{mean.Die}
\title{Calculate the mean of a die.}
\usage{
\method{mean}{Die}(x)
}
\arguments{
\item{x}{A die}
}
\value{
The expected value of the die.
}
\description{
Calculate the mean.
}
\examples{
mean(d20)
}