DndDice/man/print.Die.Rd

21 lines
365 B
Text
Raw Permalink 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{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)
}