DndDice/man/print.Die.Rd
2019-03-18 20:56:07 -07:00

20 lines
365 B
R

% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/mean_print_summary_plot.R
\name{print.Die}
\alias{print.Die}
\title{Print a die.}
\usage{
\method{print}{Die}(x, ...)
}
\arguments{
\item{x}{A die to roll.}
\item{...}{Other parameters to pass to \code{\link{roll}}}
}
\description{
Rolls a die a single time.
}
\examples{
print(d20)
}