Description Usage Arguments Author(s) Examples
Default ggplot theme of Helsinki Computational History group
1 | theme_comhis(type = "invalid", base_size = 20, family = "Helvetica")
|
type |
Plot type ("continuous"; "discrete"). |
base_size |
Base size for fonts. |
family |
Font family. |
Abhishekh Gupta, Ville Vaara, Leo Lahti.
1 2 3 4 5 6 |
#library(ggplot2)
#data(iris)
#p <- ggplot(iris, aes(x = Sepal.Width, y = Sepal.Length)) +
# geom_point()
#p + theme_comhis("continuous")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.