View source: R/theme_Bede_Map.R
theme_Bede_Map | R Documentation |
This function adds a custom theme to ggplots specifcally for Maps over large reas (Region Scales)
theme_Bede_Map(...)
df<- data.frame(x=rep(seq(1,10,1),10),y=rep(rnorm(10,4),10))
ggplot(df,aes(x=x,y=y))+geom_point()+theme_Bede_Map()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.