scale_color_sqrt: FUNCTION_TITLE

Description Usage Arguments Details Value See Also Examples

View source: R/hello.R

Description

FUNCTION_DESCRIPTION

Usage

1
2
3

Arguments

...

PARAM_DESCRIPTION

Details

DETAILS

Value

OUTPUT_DESCRIPTION

See Also

scale_colour_gradient cubeHelix power_breaks semi_scientific_formatting

Examples

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)

FelixTheStudent/ggpower documentation built on March 5, 2020, 8:37 p.m.