mirror of
https://github.com/rstudio/shiny.git
synced 2026-01-30 17:28:32 -05:00
20 lines
326 B
R
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}}.
|
|
}
|
|
|