% Generated by roxygen2: do not edit by hand % Please edit documentation in R/mean_print_summary_plot.R \name{plot.Die} \alias{plot.Die} \title{Plot a die's summary.} \usage{ \method{plot}{Die}(x) } \arguments{ \item{x}{A die} } \value{ A ggplot2 plot. } \description{ Plot the probabilities of a die for different rolls. } \examples{ plot(advantage(d20,d20)) }