Skip to content

Commit

Permalink
run example in theme_ts
Browse files Browse the repository at this point in the history
  • Loading branch information
andybeet committed Oct 18, 2024
1 parent 798b0e1 commit 377fa6a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion R/plot_aggregate_biomass.R
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,6 @@ plot_aggregate_biomass <- function(shadedRegion = NULL,
ecodata::geom_gls(ggplot2::aes(x = Time, y = Mean,
color = Var),
alpha = setup$trend.alpha, size = setup$trend.size) +
ecodata::geom_lm(ggplot2::aes(x = Time, y = Mean))+

# ecodata::geom_lm(aes(x = Time, y = Mean,
# color = Var),
Expand Down
2 changes: 1 addition & 1 deletion R/theme_ts.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#' #Plot series with trend and SOE plot theme
#' ggplot(data = data) +
#' geom_line(aes(x = x, y = y)) +
#' stat_gls(aes(x = x, y = y, color = stat(col)))+
#' geom_gls(aes(x = x, y = y))+
#' theme_ts()

theme_ts <- function(...){
Expand Down
2 changes: 1 addition & 1 deletion man/theme_ts.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 377fa6a

Please sign in to comment.