Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
pearsonca committed Jan 24, 2023
1 parent 0448e08 commit 6075dc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions exp/active-vac/fig/everything_bw.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"vocpattern.rds",
"vocwindows.rds"
)),
file.path("fig", "output", "everything.png")
file.path("fig", "output", "everything_bw.png")
))

intfilter <- if (interactive()) expression(realization < 10) else expression(realization >= 0)
Expand Down Expand Up @@ -432,4 +432,4 @@ p.res <- p.top + p.seas + p.detect + p.vax + p.sd +
plot.tag = element_text(size = rel(1.65), hjust = 0, vjust = 1)
)

store(.args, p.res, width = 14, height = 20, bg = "white")
store(p.res, .args, width = 14, height = 20, bg = "white")

0 comments on commit 6075dc1

Please sign in to comment.