fancy_sci | R Documentation |
Format ggplot2 axis labels to fancy scientific.
fancy_sci(l)
l |
A simple feature object. |
A text string as an expression.
p <- ggplot(mtcars, aes(wt, mpg))
p + geom_point() + scale_y_continuous(labels = fancy_scientific)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.