DndDice/man/plot.Die.Rd

22 lines
363 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{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))
}