File: new_prop.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 (25 lines) | stat: -rw-r--r-- 913 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
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/prop.R
\name{new_prop}
\alias{new_prop}
\title{Create new prop object}
\usage{
new_prop(x, property, scale, offset, mult, env, event, label)
}
\description{
The resulting object has the following fields:
}
\details{
\itemize{
  \item property The name of a visual property, like "x", "x2", "width", "y",
    "fill".
  \item value A value. Can be a constant, reactive, or quoted expression.
  \item scale A string with name of a scale. Typically something like "x",
    "y", "fill", but can also be a custom name like "foo".
  \item offset Additive pixel offset used to adjust scaled values.
  \item mult Multiplicative pixel offset used to adjust scaled values.
  \item event A event like "update", "enter", "exit", "hover", "brush".
  \item env An environment in which to evaluate a variable or reactive value.
}
}
\keyword{internal}