% 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) }