theme_ptca | R Documentation |
theme_ptca
A ggplot2 theme that matches the defaults
of the factorial figures in PTCA4CATA.
theme_ptca(mire = TRUE, x0 = 0, y0 = 0)
mire |
(Default = |
x0 |
(Default = 0) the X-axis origin. Relevant only
when |
y0 |
(Default = 0) the Y-axis origin.
Relevant only
when |
Vincent Guillemot
## Not run: x = c(5, 8, 1, 70) y = c(10, 12, 20, 50) truc <- ggplot(as.data.frame(cbind(x,y)), aes(x = x, y = y)) + geom_point(size=2, shape=19) + theme_ptca() ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.