File: ggvisControlOutput.Rd

package info (click to toggle)
r-cran-ggvis 0.4.7%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 1,716 kB
  • sloc: javascript: 7,373; sh: 25; makefile: 2
file content (26 lines) | stat: -rw-r--r-- 809 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/shiny_layout.R
\name{ggvisControlOutput}
\alias{ggvisControlOutput}
\title{Create a ggvis control output element in UI}
\usage{
ggvisControlOutput(outputId, plotId = NULL)
}
\arguments{
\item{outputId}{The output variable to read the value from.}

\item{plotId}{An optional plot ID or vector of plot IDs. The plots will
have their .onControlOutput functions called after the controls are drawn.}
}
\description{
This is effectively the same as \code{\link[shiny]{uiOutput}}, except that
on the client side it may call some plot resizing functions after new
controls are drawn.
}
\details{
\code{ggvisControlOutput} is intended to be used with
\code{\link{bind_shiny}} on the server side.
}
\examples{
ggvisControlOutput("plot1")
}