# time series theme -----
theme_timeseries <- function(base_size = 14, base_family = "Times")
{theme(
axis.ticks = element_line(colour = "black", size = 1),
# and other stuff,
)
}
# time series theme -----
theme_timeseries <- function(base_size = 14, base_family = "Times")
{theme(
axis.ticks = element_line(colour = "black", size = 1),
# and other stuff,
)
}