Files
shiny/man/reactivePlot.Rd
2013-02-14 11:48:01 -06:00

20 lines
326 B
R

\name{reactivePlot}
\alias{reactivePlot}
\title{Plot output (deprecated)}
\usage{
reactivePlot(func, width = "auto", height = "auto", ...)
}
\arguments{
\item{func}{A function.}
\item{width}{Width.}
\item{height}{Height.}
\item{...}{Other arguments to pass on.}
}
\description{
See \code{\link{renderPlot}}.
}