Commit 0ba3dc30 authored by Greg Wilson's avatar Greg Wilson
Browse files

Merge pull request #147 from jdblischak/fig.path

Set fig.path in tools/chunk-options.R to send all plots to fig/
parents dfe4de76 f0747b0c
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.