File: set_scale_label.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 (18 lines) | stat: -rw-r--r-- 385 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/scales.R
\name{set_scale_label}
\alias{set_scale_label}
\title{Set the label for a scale}
\usage{
set_scale_label(vis, scale, label)
}
\arguments{
\item{vis}{A ggvis object.}

\item{scale}{The name of a scale, like "x".}

\item{label}{Text to use for the label.}
}
\description{
Set the label for a scale
}