arma-thesis

git clone https://git.igankevich.com/arma-thesis.git
Log | Files | Refs | LICENSE

commit e0978d6254b9968d20b25b7a09fdf2fd6064665f
parent a1984a0b754d678bf7c0081726eb628fa33137cd
Author: Ivan Gankevich <igankevich@ya.ru>
Date:   Sun,  8 Jan 2017 17:24:11 +0300

Increase graph sizes.

Diffstat:
phd-diss.org | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/phd-diss.org b/phd-diss.org @@ -1405,14 +1405,15 @@ arma.qqplot_grid( [[file:build/standing-wave-qqplots.pdf]] #+name: acf-slices +#+header: :width 6 :height 9 #+begin_src R :results output graphics :exports results :file build/acf-slices.pdf source(file.path("R", "common.R")) propagating_acf <- read.csv(file.path("build", "propagating_wave", "acf.csv")) standing_acf <- read.csv(file.path("build", "standing_wave", "acf.csv")) par(mfrow=c(5, 2), mar=c(0,0,0,0)) for (i in seq(0, 4)) { - arma.wavy_plot(propagating_acf, i, zlim=c(-5,5)) arma.wavy_plot(standing_acf, i, zlim=c(-5,5)) + arma.wavy_plot(propagating_acf, i, zlim=c(-5,5)) } #+end_src