File: scale_bench_expr.Rd

package info (click to toggle)
r-cran-bench 1.1.4-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 712 kB
  • sloc: ansic: 339; sh: 13; makefile: 2
file content (31 lines) | stat: -rw-r--r-- 710 bytes parent folder | download | duplicates (4)
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
31
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/expression.R
\name{scale_bench_expr}
\alias{scale_bench_expr}
\alias{scale_x_bench_expr}
\alias{scale_y_bench_expr}
\alias{scale_colour_bench_expr}
\alias{scale_color_bench_expr}
\title{Position and color scales for bench_expr data}
\usage{
scale_x_bench_expr(...)

scale_y_bench_expr(...)

scale_colour_bench_expr(
  palette = scales::hue_pal(...),
  ...,
  aesthetics = "colour"
)

scale_color_bench_expr(
  palette = scales::hue_pal(...),
  ...,
  aesthetics = "colour"
)
}
\description{
Default scales for the \code{bench_expr} class, these are added to plots using
\code{bench_expr} objects automatically.
}
\keyword{internal}