Description Usage Arguments Details Value Author(s) Examples
ggscale_seq
Creates a function that can be provide to compute
break for a continuous scale axis.
1 | ggscale_seq(by = 1)
|
by |
desired step of the sequence as in |
details.
a function that can be provided to scale_x_continuous
or similar ones.
Erick A. Chacon-Montalvan
1 2 3 | x <- rnorm(100)
ggscale_seq(0.5)(x)
ggscale_seq(1)(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.