Description Usage Arguments Details Value See Also Examples
FUNCTION_DESCRIPTION
1 2 3 |
... |
PARAM_DESCRIPTION |
DETAILS
OUTPUT_DESCRIPTION
scale_colour_gradient
cubeHelix
power_breaks
semi_scientific_formatting
1 2 3 4 5 6 | ## Not run:
if(interactive()){
ggplot(data=mtcars, aes(wt, mpg, col = disp)) + geom_point() + scale_color_sqrt()
}
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.