From 80185214533b9437b10bcdd2aab1bfe2e03bbc08 Mon Sep 17 00:00:00 2001
From: thomasp85 Argumentslabeling::extended()
All breaks_()
functions return a function for generating breaks. These
+functions takes, as their first argument a vector of values that represent
+the data range to provide breaks for. Some will optionally take a second
+argument that allows you to specify the number of breaks to recieve.
All breaks_()
functions return a function for generating breaks. These
+functions takes, as their first argument a vector of values that represent
+the data range to provide breaks for. Some will optionally take a second
+argument that allows you to specify the number of breaks to recieve.
Talbot, J., Lin, S., Hanrahan, P. (2010) An Extension of diff --git a/dev/reference/breaks_log.html b/dev/reference/breaks_log.html index d727e270..dfd54af8 100644 --- a/dev/reference/breaks_log.html +++ b/dev/reference/breaks_log.html @@ -71,6 +71,13 @@
All breaks_()
functions return a function for generating breaks. These
+functions takes, as their first argument a vector of values that represent
+the data range to provide breaks for. Some will optionally take a second
+argument that allows you to specify the number of breaks to recieve.
The algorithm starts by looking for a set of integer powers of base
that
diff --git a/dev/reference/breaks_pretty.html b/dev/reference/breaks_pretty.html
index 25a06282..483aea0a 100644
--- a/dev/reference/breaks_pretty.html
+++ b/dev/reference/breaks_pretty.html
@@ -69,6 +69,13 @@
All breaks_()
functions return a function for generating breaks. These
+functions takes, as their first argument a vector of values that represent
+the data range to provide breaks for. Some will optionally take a second
+argument that allows you to specify the number of breaks to recieve.
All breaks_()
functions return a function for generating breaks. These
+functions takes, as their first argument a vector of values that represent
+the data range to provide breaks for. Some will optionally take a second
+argument that allows you to specify the number of breaks to recieve.
All breaks_()
functions return a function for generating breaks. These
+functions takes, as their first argument a vector of values that represent
+the data range to provide breaks for. Some will optionally take a second
+argument that allows you to specify the number of breaks to recieve.
A labelling function that applies the provided -functions to breaks to return labels.
+All label_()
functions return a "labelling" function, i.e. a function that
+takes a vector x
and returns a character vector of length(x)
giving a
+label for each input value.
Labelling functions are designed to be used with the labels
argument of
+ggplot2 scales. The examples demonstrate their use with x scales, but
+they work similarly for all scales, including those that generate legends
+rather than axes.
A labeller function that takes a numeric vector of breaks and -returns a character vector of labels.
+All label_()
functions return a "labelling" function, i.e. a function that
+takes a vector x
and returns a character vector of length(x)
giving a
+label for each input value.
Labelling functions are designed to be used with the labels
argument of
+ggplot2 scales. The examples demonstrate their use with x scales, but
+they work similarly for all scales, including those that generate legends
+rather than axes.
A labeller function that takes a character vector of breaks and -returns a character vector of labels.
+All label_()
functions return a "labelling" function, i.e. a function that
+takes a vector x
and returns a character vector of length(x)
giving a
+label for each input value.
Labelling functions are designed to be used with the labels
argument of
+ggplot2 scales. The examples demonstrate their use with x scales, but
+they work similarly for all scales, including those that generate legends
+rather than axes.
A labeller function that takes a vector of breaks and returns a -character vector of labels.
+All label_()
functions return a "labelling" function, i.e. a function that
+takes a vector x
and returns a character vector of length(x)
giving a
+label for each input value.
Labelling functions are designed to be used with the labels
argument of
+ggplot2 scales. The examples demonstrate their use with x scales, but
+they work similarly for all scales, including those that generate legends
+rather than axes.
label_number_auto()
All label_()
functions return a "labelling" function, i.e. a function that
+takes a vector x
and returns a character vector of length(x)
giving a
+label for each input value.
Labelling functions are designed to be used with the labels
argument of
+ggplot2 scales. The examples demonstrate their use with x scales, but
+they work similarly for all scales, including those that generate legends
+rather than axes.
Other labels for continuous scales: diff --git a/dev/reference/new_continuous_palette.html b/dev/reference/new_continuous_palette.html index 1e24990e..a196c627 100644 --- a/dev/reference/new_continuous_palette.html +++ b/dev/reference/new_continuous_palette.html @@ -154,7 +154,7 @@