-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathscatterD3-shiny.Rd
30 lines (25 loc) · 1018 Bytes
/
scatterD3-shiny.Rd
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
27
28
29
30
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/scatterD3-Rd.R, R/scatterD3.R
\name{scatterD3-shiny}
\alias{scatterD3-shiny}
\alias{scatterD3Output}
\alias{renderScatterD3}
\title{Shiny bindings for scatterD3 widgets}
\usage{
scatterD3Output(outputId, width = "100\%", height = "600px")
renderScatterD3(expr, env = parent.frame(), quoted = FALSE)
}
\arguments{
\item{outputId}{output variable to read from}
\item{width, height}{Must be a valid CSS unit (like \code{"100\%"},
\code{"400px"}, \code{"auto"}) or a number, which will be coerced to a
string and have \code{"px"} appended.}
\item{expr}{An expression that generates a scatterD3 scatter plot.}
\item{env}{The environment in which to evaluate \code{expr}.}
\item{quoted}{Is \code{expr} a quoted expression (with \code{quote()})? This
is useful if you want to save an expression in a variable.}
}
\description{
Output and render functions for using scatterD3 widgets within Shiny
applications and interactive Rmd documents.
}