Commit f0747b0c authored by John Blischak's avatar John Blischak
Browse files

Set fig.path in tools/chunk-options.R to send all plots to fig/ by

default instead of figure/.
parent dfe4de76
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@

library("knitr")
opts_chunk$set(tidy = FALSE, results = "markup", comment = NA,
               fig.align = "center")
               fig.align = "center", fig.path = "fig/")

# The hooks below add html tags to the code chunks and their output so that they
# are properly formatted when the site is built with jekyll.