Set global option for ggplot theme
tiffanymtang opened this issue · 1 comments
tiffanymtang commented
We can use .onLoad()
to add some options to the package. Maybe the option simChef.ggtheme
can default to vthemes::theme_vmodern
?
We should probably also do this for logging and maybe some other things we're currently doing via function args.
Originally posted by @jpdunc23 in #116 (comment)
jpdunc23 commented
Doing this now to enable debugging output during simulation run via options(simChef.debug=TRUE)
.