21 lines
365 B
Text
21 lines
365 B
Text
|
% 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)
|
||
|
|
||
|
}
|