scale_svg_alpha | R Documentation |
See the corresponding scale_*()
function in ggplot2
for
more information on how scales operate.
scale_svg_alpha(aesthetics, ..., range = c(0.1, 1))
scale_svg_alpha_binned(aesthetics, ..., range = c(0.1, 1))
scale_svg_alpha_continuous(aesthetics, ..., range = c(0.1, 1))
scale_svg_alpha_discrete(aesthetics, ...)
scale_svg_alpha_identity(aesthetics, ..., guide = "none")
scale_svg_alpha_manual(
aesthetics,
...,
values,
breaks = waiver(),
na.value = NA
)
scale_svg_alpha_ordinal(aesthetics, ..., range = c(0.1, 1))
scale_svg_colour_binned(
aesthetics,
...,
type = getOption("ggplot2.binned.colour")
)
scale_svg_colour_brewer(
aesthetics,
...,
type = "seq",
palette = 1,
direction = 1
)
scale_svg_colour_continuous(
aesthetics,
...,
type = getOption("ggplot2.continuous.colour")
)
scale_svg_colour_discrete(
aesthetics,
...,
type = getOption("ggplot2.discrete.colour")
)
scale_svg_colour_fermenter(
aesthetics,
...,
type = "seq",
palette = 1,
direction = -1,
na.value = "grey50",
guide = "coloursteps"
)
scale_svg_colour_grey(
aesthetics,
...,
start = 0.2,
end = 0.8,
na.value = "red"
)
scale_svg_colour_hue(
aesthetics,
...,
h = c(0, 360) + 15,
c = 100,
l = 65,
h.start = 0,
direction = 1,
na.value = "grey50"
)
scale_svg_colour_identity(aesthetics, ..., guide = "none")
scale_svg_colour_manual(
aesthetics,
...,
values,
breaks = waiver(),
na.value = "grey50"
)
scale_svg_colour_ordinal(
aesthetics,
...,
type = getOption("ggplot2.ordinal.colour", getOption("ggplot2.ordinal.fill"))
)
scale_svg_colour_qualitative(
aesthetics,
...,
type = NULL,
h = c(0, 360) + 15,
c = 100,
l = 65,
h.start = 0,
direction = 1,
na.value = "grey50"
)
scale_svg_colour_steps(
aesthetics,
...,
low = "#132B43",
high = "#56B1F7",
space = "Lab",
na.value = "grey50",
guide = "coloursteps"
)
scale_svg_colour_steps2(
aesthetics,
...,
low = muted("red"),
mid = "white",
high = muted("blue"),
midpoint = 0,
space = "Lab",
na.value = "grey50",
guide = "coloursteps"
)
scale_svg_colour_stepsn(
aesthetics,
...,
colours,
values = NULL,
space = "Lab",
na.value = "grey50",
guide = "coloursteps",
colors
)
scale_svg_colour_viridis_b(
aesthetics,
...,
alpha = 1,
begin = 0,
end = 1,
direction = 1,
option = "D",
values = NULL,
space = "Lab",
na.value = "grey50",
guide = "coloursteps"
)
scale_svg_colour_viridis_d(
aesthetics,
...,
alpha = 1,
begin = 0,
end = 1,
direction = 1,
option = "D"
)
scale_svg_continuous_identity(aesthetics, ..., guide = "none")
scale_svg_discrete_identity(aesthetics, ..., guide = "none")
scale_svg_discrete_manual(aesthetics, ..., values, breaks = waiver())
scale_svg_fill_binned(aesthetics, ..., type = getOption("ggplot2.binned.fill"))
scale_svg_fill_brewer(
aesthetics,
...,
type = "seq",
palette = 1,
direction = 1
)
scale_svg_fill_continuous(
aesthetics,
...,
type = getOption("ggplot2.continuous.fill")
)
scale_svg_fill_discrete(
aesthetics,
...,
type = getOption("ggplot2.discrete.fill")
)
scale_svg_fill_fermenter(
aesthetics,
...,
type = "seq",
palette = 1,
direction = -1,
na.value = "grey50",
guide = "coloursteps"
)
scale_svg_fill_grey(aesthetics, ..., start = 0.2, end = 0.8, na.value = "red")
scale_svg_fill_hue(
aesthetics,
...,
h = c(0, 360) + 15,
c = 100,
l = 65,
h.start = 0,
direction = 1,
na.value = "grey50"
)
scale_svg_fill_identity(aesthetics, ..., guide = "none")
scale_svg_fill_manual(
aesthetics,
...,
values,
breaks = waiver(),
na.value = "grey50"
)
scale_svg_fill_ordinal(
aesthetics,
...,
type = getOption("ggplot2.ordinal.fill", getOption("ggplot2.ordinal.colour"))
)
scale_svg_fill_qualitative(
aesthetics,
...,
type = NULL,
h = c(0, 360) + 15,
c = 100,
l = 65,
h.start = 0,
direction = 1,
na.value = "grey50"
)
scale_svg_fill_steps(
aesthetics,
...,
low = "#132B43",
high = "#56B1F7",
space = "Lab",
na.value = "grey50",
guide = "coloursteps"
)
scale_svg_fill_steps2(
aesthetics,
...,
low = muted("red"),
mid = "white",
high = muted("blue"),
midpoint = 0,
space = "Lab",
na.value = "grey50",
guide = "coloursteps"
)
scale_svg_fill_stepsn(
aesthetics,
...,
colours,
values = NULL,
space = "Lab",
na.value = "grey50",
guide = "coloursteps",
colors
)
scale_svg_fill_viridis_b(
aesthetics,
...,
alpha = 1,
begin = 0,
end = 1,
direction = 1,
option = "D",
values = NULL,
space = "Lab",
na.value = "grey50",
guide = "coloursteps"
)
scale_svg_fill_viridis_d(
aesthetics,
...,
alpha = 1,
begin = 0,
end = 1,
direction = 1,
option = "D"
)
scale_svg_linetype(aesthetics, ..., na.value = "blank")
scale_svg_linetype_binned(aesthetics, ..., na.value = "blank")
scale_svg_linetype_continuous(aesthetics, ...)
scale_svg_linetype_discrete(aesthetics, ..., na.value = "blank")
scale_svg_linetype_identity(aesthetics, ..., guide = "none")
scale_svg_linetype_manual(
aesthetics,
...,
values,
breaks = waiver(),
na.value = "blank"
)
scale_svg_radius(
aesthetics,
name = waiver(),
breaks = waiver(),
labels = waiver(),
limits = NULL,
range = c(1, 6),
trans = "identity",
guide = "legend"
)
scale_svg_size(
aesthetics,
name = waiver(),
breaks = waiver(),
labels = waiver(),
limits = NULL,
range = c(5, 10),
trans = "identity",
guide = "legend"
)
scale_svg_size_area(aesthetics, ..., max_size = 6)
scale_svg_size_binned(
aesthetics,
name = waiver(),
breaks = waiver(),
labels = waiver(),
limits = NULL,
range = c(5, 10),
n.breaks = NULL,
nice.breaks = TRUE,
trans = "identity",
guide = "bins"
)
scale_svg_size_binned_area(aesthetics, ..., max_size = 6)
scale_svg_size_continuous(
aesthetics,
name = waiver(),
breaks = waiver(),
labels = waiver(),
limits = NULL,
range = c(5, 10),
trans = "identity",
guide = "legend"
)
scale_svg_size_discrete(aesthetics, ...)
scale_svg_size_identity(aesthetics, ..., guide = "none")
scale_svg_size_manual(
aesthetics,
...,
values,
breaks = waiver(),
na.value = NA
)
scale_svg_size_ordinal(aesthetics, ..., range = c(5, 10))
aesthetics |
names of aesthethics to apply this scale to. e.g.
|
... , range , guide , values , breaks , na.value , type , palette |
See |
direction , start , end , h , c , l , h.start , low , high , space |
See |
mid , midpoint , colours , colors , alpha , begin , option , name |
See |
labels , limits , trans , max_size , n.breaks , nice.breaks |
See |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.