Description Usage Arguments Author(s) Examples
theme_ptca
A ggplot2 theme that matches the defaults
of the factorial figures in PTCA4CATA.
1 | theme_csvd(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
1 2 3 4 5 6 7 8 | ## Not run:
x = c(5, 8, 1, 70)
y = c(10, 12, 20, 50)
p <- 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.