theme_Bede_Map: A ggplot Theme Function

View source: R/theme_Bede_Map.R

theme_Bede_MapR Documentation

A ggplot Theme Function

Description

This function adds a custom theme to ggplots specifcally for Maps over large reas (Region Scales)

Usage

theme_Bede_Map(...)

Examples

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()

BedeFfinian/Utilities.Package documentation built on April 14, 2025, 7:30 a.m.