Skip to content

Commit

Permalink
Update for deprecations in 'readxl' and 'ggplot2'
Browse files Browse the repository at this point in the history
These edits avoid triggering inconsequential warnings.
  • Loading branch information
aphalo committed Jul 4, 2021
1 parent 21197c6 commit f551b6d
Show file tree
Hide file tree
Showing 138 changed files with 235,194 additions and 226,306 deletions.
4 changes: 2 additions & 2 deletions R.data.io.Rnw
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ options(tibble.print_max = 3, tibble.print_min = 3)
The \code{write\_} functions from \pkgname{readr} are the counterpart to \code{write.} functions from \pkgname{utils}. In addition to the expected \Rfunction{write\_csv()}, \Rfunction{write\_csv2()}, \Rfunction{write\_tsv()} and \Rfunction{write\_delim()}, \pkgname{readr} provides functions that write \pgrmname{MS-Excel}-friendly CSV files. We demonstrate here the use of \Rfunction{write\_excel\_csv()} to produce a text file with comma-separated fields suitable for import into \pgrmname{MS-Excel}.

<<readr-10>>=
write_excel_csv(my.df, path = "my-file6.csv")
write_excel_csv(my.df, file = "my-file6.csv")
file.show("my-file6.csv", pager = "console")
@

Expand Down Expand Up @@ -511,7 +511,7 @@ Package \pkgname{xml2} provides functions for reading and parsing \langname{XTML
We first read a web page with function \Rfunction{read\_html()}, and explore its structure.

<<xml2-01>>=
web_page <- read_html("http://r4photobiology.info/R/index.html")
web_page <- read_html("https://r.r4photobiology.info/index.html")
html_structure(web_page)
@

Expand Down
8 changes: 4 additions & 4 deletions R.plotting.Rnw
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ It is also possible to use characters as shapes. The character is centered on th
<<scatter-12>>=
ggplot(data = mtcars, aes(x = disp, y = mpg, shape = factor(cyl))) +
geom_point(size = 2.5) +
scale_shape_manual(values = c("4", "6", "8"), guide = FALSE)
scale_shape_manual(values = c("4", "6", "8"), guide = "none")
@

\begin{infobox}
Expand Down Expand Up @@ -923,7 +923,7 @@ mtcars %.>%
summarize(., mean.mpg = mean(mpg)) %.>%
ggplot(data = .,
aes(factor(cyl), mean.mpg, fill = factor(cyl))) +
scale_fill_discrete(guide = FALSE) +
scale_fill_discrete(guide = "none") +
scale_y_continuous(name = NULL) +
geom_col() +
theme_bw(8) -> my.plot
Expand All @@ -948,7 +948,7 @@ p.main <- ggplot(data = mtcars, aes(x = disp, y = mpg, color = factor(cyl))) +
p.inset <- p.main +
coord_cartesian(xlim = c(270, 330), ylim = c(14, 19)) +
labs(x = NULL, y = NULL) +
scale_color_discrete(guide = FALSE) +
scale_color_discrete(guide = "none") +
theme_bw(8) + theme(aspect.ratio = 1)
p.main +
geom_plot(x = 480, y = 34, label = list(p.inset), vp.height = 1/2,
Expand Down Expand Up @@ -1919,7 +1919,7 @@ opts_chunk$set(opts_fig_wide)
\index{grammar of graphics!size scales|(}
For the \code{size} \emph{aesthetic}, several scales are available, both discrete and continuous. They do not differ much from those already described above. \emph{Geometries} \gggeom{geom\_point()}, \gggeom{geom\_line()}, \gggeom{geom\_hline()}, \gggeom{geom\_vline()}, \gggeom{geom\_text()}, \gggeom{geom\_label()} obey \code{size} as expected. In the case of \gggeom{geom\_bar()}, \gggeom{geom\_col()}, \gggeom{geom\_area()} and all other geometric elements bordered by lines, \code{size} is obeyed by these border lines. In fact, other aesthetics natural for lines such as \code{linetype} also apply to these borders.

When using \code{size} scales, \code{breaks} and \code{labels} affect the key or \code{guide}. In scales that produce a key passing \code{guide = FALSE} removes the key corresponding to the scale.
When using \code{size} scales, \code{breaks} and \code{labels} affect the key or \code{guide}. In scales that produce a key passing \code{guide = "none"} removes the key corresponding to the scale.
\index{grammar of graphics!size scales|)}

\subsection{Color and fill}
Expand Down
38 changes: 19 additions & 19 deletions appendixes.prj
Original file line number Diff line number Diff line change
Expand Up @@ -5,51 +5,51 @@
1
using-r-main-crc.Rnw
118
13
11
10

using-r-main-crc.Rnw
TeX:RNW:UTF-8
152055803 0 -1 1524 -1 1527 208 208 1244 731 1 1 87 -1510 -1 -1 0 0 33 0 0 33 2 0 1527 -1 1 3763 -1 0 -1 0
152055803 0 -1 1524 -1 1527 208 208 1244 731 1 1 117 315 -1 -1 0 0 33 0 0 33 2 0 1527 -1 1 3763 -1 0 -1 0
frontmatter\preface.tex
TeX
1060859 0 -1 9389 -1 9390 130 130 1573 499 0 1 391 154 -1 -1 0 0 18 -1 -1 18 1 0 9390 -1 0 -1 0
1060859 0 -1 9389 -1 9390 130 130 1573 499 0 1 573 147 -1 -1 0 0 18 -1 -1 18 1 0 9390 -1 0 -1 0
references.bib
BibTeX
1049586 0 307 1 307 1 0 0 820 242 0 1 39 350 -1 -1 0 0 23 0 0 23 1 0 1 307 0 -1 0
1049586 0 307 1 307 1 0 0 820 242 0 1 45 336 -1 -1 0 0 23 0 0 23 1 0 1 307 0 -1 0
R.intro.Rnw
TeX:RNW
17838075 4 -1 560 -1 561 182 182 1218 705 1 1 887 168 -1 -1 0 0 261 -1 -1 261 1 0 561 -1 0 -1 0
17838075 4 -1 560 -1 561 182 182 1218 705 1 1 441 168 -1 -1 0 0 261 -1 -1 261 1 0 561 -1 0 -1 0
R.as.calculator.Rnw
TeX:RNW
17838075 4 -1 566 -1 567 26 26 1062 549 1 1 919 168 -1 -1 0 0 31 -1 -1 31 3 0 567 -1 1 18376 -1 2 30102 -1 0 -1 0
17838075 4 -1 566 -1 567 26 26 1062 549 1 1 513 168 -1 -1 0 0 31 -1 -1 31 3 0 567 -1 1 18376 -1 2 30102 -1 0 -1 0
R.scripts.Rnw
TeX:RNW
17838075 0 -1 49456 -1 49771 78 78 1114 601 1 1 831 378 -1 -1 0 0 31 -1 -1 31 2 0 49771 -1 1 60474 -1 0 -1 0
17838075 0 -1 49456 -1 49771 78 78 1114 601 1 1 573 378 -1 -1 0 0 31 -1 -1 31 2 0 49771 -1 1 60474 -1 0 -1 0
R.stats.rnw
TeX:RNW
17838075 2 -1 67440 -1 67443 26 26 931 556 1 1 895 378 -1 -1 0 0 31 -1 -1 31 3 0 67443 -1 1 59692 -1 2 63375 -1 0 -1 0
17838075 2 -1 67440 -1 67443 26 26 931 556 1 1 297 378 -1 -1 0 0 31 -1 -1 31 3 0 67443 -1 1 59692 -1 2 63375 -1 0 -1 0
R.functions.Rnw
TeX:RNW
17838075 0 -1 531 -1 532 130 130 1166 653 1 1 895 154 -1 -1 0 0 264 -1 -1 264 1 0 532 -1 0 -1 0
17838075 0 -1 531 -1 532 130 130 1166 653 1 1 477 147 -1 -1 0 0 264 -1 -1 264 1 0 532 -1 0 -1 0
R.data.Rnw
TeX:RNW
17838075 0 -1 37787 -1 37727 26 26 977 443 1 1 231 294 -1 -1 0 0 31 -1 -1 31 2 0 37727 -1 1 42229 -1 0 -1 0
usingr.sty
TeX:STY
1060850 1 93 1 93 151 234 234 1270 724 0 0 1095 294 -1 -1 0 0 25 0 0 25 1 0 151 93 0 0 0
cloudindex.idx
TeX:AUX:UNIX
269594610 1 0 1 10 1 52 52 977 490 0 0 23 140 -1 -1 0 0 -1 -1 -1 -1 1 0 1 10 0 0 0
17838075 0 -1 37787 -1 37727 26 26 977 443 1 1 333 294 -1 -1 0 0 31 -1 -1 31 2 0 37727 -1 1 42229 -1 0 -1 0
R.plotting.Rnw
TeX:RNW
17838075 2 -1 128994 -1 129015 130 130 1166 559 1 1 367 196 -1 -1 0 0 31 -1 -1 31 3 0 129015 -1 1 75 3045 2 132827 -1 0 -1 0
17838075 0 -1 133480 -1 133494 130 130 1166 559 1 1 1005 420 -1 -1 0 0 31 -1 -1 31 3 0 133494 -1 1 159710 -1 2 132830 -1 0 -1 0
R.data.io.Rnw
TeX:RNW
17838075 2 -1 64465 -1 64486 0 0 1498 379 1 1 359 630 -1 -1 0 0 31 -1 -1 31 1 0 64486 -1 0 -1 0
286273531 0 -1 35016 -1 35020 0 0 1498 379 1 1 441 420 -1 -1 0 0 31 -1 -1 31 1 0 35020 -1 0 -1 0
using-r-main-crc.tex
TeX
286273531 0 -1 1910 -1 1911 96 96 2036 707 1 1 103 210 -1 -1 0 0 49 -1 -1 49 1 0 1911 -1 0 -1 0
286273531 8 -1 913828 -1 913814 96 96 2036 707 1 1 609 399 -1 -1 0 0 49 -1 -1 49 1 0 913814 -1 0 -1 0
usingr.sty
TeX:STY
269496306 1 93 1 93 151 234 234 1270 724 0 0 1095 336 -1 -1 0 0 25 0 0 25 1 0 151 93 0 0 0
cloudindex.idx
TeX:AUX:UNIX
269594610 1 0 1 10 1 52 52 977 490 0 0 23 140 -1 -1 0 0 -1 -1 -1 -1 1 0 1 10 0 0 0
.gitignore
DATA
273678578 0 10 1 21 1 25 25 1741 444 1 0 71 294 -1 -1 0 0 12 0 0 12 1 0 1 21 0 0 0
Expand Down
38 changes: 19 additions & 19 deletions appendixes.prj.bak
Original file line number Diff line number Diff line change
Expand Up @@ -5,51 +5,51 @@
1
using-r-main-crc.Rnw
118
13
11
10

using-r-main-crc.Rnw
TeX:RNW:UTF-8
152055803 0 -1 1524 -1 1527 208 208 1244 731 1 1 87 -1510 -1 -1 0 0 33 0 0 33 2 0 1527 -1 1 3763 -1 0 -1 0
152055803 0 -1 1524 -1 1527 208 208 1244 731 1 1 117 315 -1 -1 0 0 33 0 0 33 2 0 1527 -1 1 3763 -1 0 -1 0
frontmatter\preface.tex
TeX
1060859 0 -1 9389 -1 9390 130 130 1573 499 0 1 391 154 -1 -1 0 0 18 -1 -1 18 1 0 9390 -1 0 -1 0
1060859 0 -1 9389 -1 9390 130 130 1573 499 0 1 573 147 -1 -1 0 0 18 -1 -1 18 1 0 9390 -1 0 -1 0
references.bib
BibTeX
1049586 0 307 1 307 1 0 0 820 242 0 1 39 350 -1 -1 0 0 23 0 0 23 1 0 1 307 0 -1 0
1049586 0 307 1 307 1 0 0 820 242 0 1 45 336 -1 -1 0 0 23 0 0 23 1 0 1 307 0 -1 0
R.intro.Rnw
TeX:RNW
17838075 4 -1 560 -1 561 182 182 1218 705 1 1 887 168 -1 -1 0 0 261 -1 -1 261 1 0 561 -1 0 -1 0
17838075 4 -1 560 -1 561 182 182 1218 705 1 1 441 168 -1 -1 0 0 261 -1 -1 261 1 0 561 -1 0 -1 0
R.as.calculator.Rnw
TeX:RNW
17838075 4 -1 566 -1 567 26 26 1062 549 1 1 919 168 -1 -1 0 0 31 -1 -1 31 3 0 567 -1 1 18376 -1 2 30102 -1 0 -1 0
17838075 4 -1 566 -1 567 26 26 1062 549 1 1 513 168 -1 -1 0 0 31 -1 -1 31 3 0 567 -1 1 18376 -1 2 30102 -1 0 -1 0
R.scripts.Rnw
TeX:RNW
17838075 0 -1 49456 -1 49771 78 78 1114 601 1 1 831 378 -1 -1 0 0 31 -1 -1 31 2 0 49771 -1 1 60474 -1 0 -1 0
17838075 0 -1 49456 -1 49771 78 78 1114 601 1 1 573 378 -1 -1 0 0 31 -1 -1 31 2 0 49771 -1 1 60474 -1 0 -1 0
R.stats.rnw
TeX:RNW
17838075 2 -1 67440 -1 67443 26 26 931 556 1 1 895 378 -1 -1 0 0 31 -1 -1 31 3 0 67443 -1 1 59692 -1 2 63375 -1 0 -1 0
17838075 2 -1 67440 -1 67443 26 26 931 556 1 1 297 378 -1 -1 0 0 31 -1 -1 31 3 0 67443 -1 1 59692 -1 2 63375 -1 0 -1 0
R.functions.Rnw
TeX:RNW
17838075 0 -1 531 -1 532 130 130 1166 653 1 1 895 154 -1 -1 0 0 264 -1 -1 264 1 0 532 -1 0 -1 0
17838075 0 -1 531 -1 532 130 130 1166 653 1 1 477 147 -1 -1 0 0 264 -1 -1 264 1 0 532 -1 0 -1 0
R.data.Rnw
TeX:RNW
17838075 0 -1 37787 -1 37727 26 26 977 443 1 1 231 294 -1 -1 0 0 31 -1 -1 31 2 0 37727 -1 1 42229 -1 0 -1 0
usingr.sty
TeX:STY
1060850 1 93 1 93 151 234 234 1270 724 0 0 1095 294 -1 -1 0 0 25 0 0 25 1 0 151 93 0 0 0
cloudindex.idx
TeX:AUX:UNIX
269594610 1 0 1 10 1 52 52 977 490 0 0 23 140 -1 -1 0 0 -1 -1 -1 -1 1 0 1 10 0 0 0
17838075 0 -1 37787 -1 37727 26 26 977 443 1 1 333 294 -1 -1 0 0 31 -1 -1 31 2 0 37727 -1 1 42229 -1 0 -1 0
R.plotting.Rnw
TeX:RNW
17838075 2 -1 128994 -1 129015 130 130 1166 559 1 1 367 196 -1 -1 0 0 31 -1 -1 31 3 0 129015 -1 1 75 3045 2 132827 -1 0 -1 0
17838075 0 -1 133480 -1 133494 130 130 1166 559 1 1 1005 420 -1 -1 0 0 31 -1 -1 31 3 0 133494 -1 1 159710 -1 2 132830 -1 0 -1 0
R.data.io.Rnw
TeX:RNW
17838075 2 -1 64465 -1 64486 0 0 1498 379 1 1 359 630 -1 -1 0 0 31 -1 -1 31 1 0 64486 -1 0 -1 0
286273531 0 -1 35016 -1 35020 0 0 1498 379 1 1 441 420 -1 -1 0 0 31 -1 -1 31 1 0 35020 -1 0 -1 0
using-r-main-crc.tex
TeX
286273531 0 -1 1910 -1 1911 96 96 2036 707 1 1 103 210 -1 -1 0 0 49 -1 -1 49 1 0 1911 -1 0 -1 0
286273531 8 -1 913828 -1 913814 96 96 2036 707 1 1 609 399 -1 -1 0 0 49 -1 -1 49 1 0 913814 -1 0 -1 0
usingr.sty
TeX:STY
269496306 1 93 1 93 151 234 234 1270 724 0 0 1095 336 -1 -1 0 0 25 0 0 25 1 0 151 93 0 0 0
cloudindex.idx
TeX:AUX:UNIX
269594610 1 0 1 10 1 52 52 977 490 0 0 23 140 -1 -1 0 0 -1 -1 -1 -1 1 0 1 10 0 0 0
.gitignore
DATA
273678578 0 10 1 21 1 25 25 1741 444 1 0 71 294 -1 -1 0 0 12 0 0 12 1 0 1 21 0 0 0
Expand Down
4 changes: 2 additions & 2 deletions cloudindex.idx
Original file line number Diff line number Diff line change
Expand Up @@ -973,8 +973,8 @@
\indexentry{read\_table()}{307}
\indexentry{read\_delim()}{307}
\indexentry{read\_tsv()}{307}
\indexentry{read\_fwf()}{307}
\indexentry{read.fortran()}{307}
\indexentry{read\_fwf()}{308}
\indexentry{read.fortran()}{308}
\indexentry{write\_csv()}{309}
\indexentry{write\_csv2()}{309}
\indexentry{write\_tsv()}{309}
Expand Down
Binary file modified figure/pos-annotate-01-1.pdf
Binary file not shown.
Binary file modified figure/pos-annotate-03-1.pdf
Binary file not shown.
Binary file modified figure/pos-area-plot-01-1.pdf
Binary file not shown.
Binary file modified figure/pos-area-plot-02-1.pdf
Binary file not shown.
Binary file modified figure/pos-axis-labels-01-1.pdf
Binary file not shown.
Binary file modified figure/pos-axis-labels-03-1.pdf
Binary file not shown.
Binary file modified figure/pos-axis-position-01-1.pdf
Binary file not shown.
Binary file modified figure/pos-axis-secondary-01-1.pdf
Binary file not shown.
Binary file modified figure/pos-bin2d-plot-01-1.pdf
Binary file not shown.
Binary file modified figure/pos-bw-plot-01-1.pdf
Binary file not shown.
Binary file modified figure/pos-bw-plot-02-1.pdf
Binary file not shown.
Binary file modified figure/pos-cluster-02-1.pdf
Binary file not shown.
Binary file modified figure/pos-col-plot-02-1.pdf
Binary file not shown.
Binary file modified figure/pos-col-plot-03-1.pdf
Binary file not shown.
Binary file modified figure/pos-col-plot-04-1.pdf
Binary file not shown.
Binary file modified figure/pos-cor-00-1.pdf
Binary file not shown.
Binary file modified figure/pos-density-plot-01-1.pdf
Binary file not shown.
Binary file modified figure/pos-density-plot-10-1.pdf
Binary file not shown.
Binary file modified figure/pos-density-plot-12-1.pdf
Binary file not shown.
Binary file modified figure/pos-distrib-01a-1.pdf
Binary file not shown.
Binary file modified figure/pos-expr-bquote-01-1.pdf
Binary file not shown.
Binary file modified figure/pos-expr-substitute-01-1.pdf
Binary file not shown.
Binary file modified figure/pos-facets-00-1.pdf
Binary file not shown.
Binary file modified figure/pos-facets-01-1.pdf
Binary file not shown.
Binary file modified figure/pos-facets-06-1.pdf
Binary file not shown.
Binary file modified figure/pos-facets-07-1.pdf
Binary file not shown.
Binary file modified figure/pos-facets-13-1.pdf
Binary file not shown.
Binary file modified figure/pos-function-plot-01-1.pdf
Binary file not shown.
Binary file modified figure/pos-ggbeeswarm-plot-01-1.pdf
Binary file not shown.
Binary file modified figure/pos-ggplot-basics-01-1.pdf
Binary file not shown.
Binary file modified figure/pos-ggplot-basics-03-1.pdf
Binary file not shown.
Binary file modified figure/pos-ggplot-basics-04-1.pdf
Binary file not shown.
Binary file modified figure/pos-ggplot-basics-04a-1.pdf
Binary file not shown.
Binary file modified figure/pos-ggplot-basics-05-1.pdf
Binary file not shown.
Binary file modified figure/pos-ggplot-basics-06-1.pdf
Binary file not shown.
Binary file modified figure/pos-ggplot-basics-07-1.pdf
Binary file not shown.
Binary file modified figure/pos-ggplot-basics-08-1.pdf
Binary file not shown.
Binary file modified figure/pos-ggplot-basics-09-1.pdf
Binary file not shown.
Binary file modified figure/pos-ggplot-basics-10-1.pdf
Binary file not shown.
Binary file modified figure/pos-ggplot-basics-11-1.pdf
Binary file not shown.
Binary file modified figure/pos-ggplot-basics-info-01-1.pdf
Binary file not shown.
Binary file modified figure/pos-ggplot-objects-02-1.pdf
Binary file not shown.
Binary file modified figure/pos-ggplot-objects-info-02-1.pdf
Binary file not shown.
Binary file modified figure/pos-hex-plot-01-1.pdf
Binary file not shown.
Binary file modified figure/pos-histogram-plot-01-1.pdf
Binary file not shown.
Binary file modified figure/pos-histogram-plot-03-1.pdf
Binary file not shown.
Binary file modified figure/pos-inset-01-1.pdf
Binary file not shown.
Binary file modified figure/pos-label-plot-01-1.pdf
Binary file not shown.
Binary file modified figure/pos-line-plot-01-1.pdf
Binary file not shown.
Binary file modified figure/pos-main-chunk-54-1.pdf
Binary file not shown.
Binary file modified figure/pos-mds-03-1.pdf
Binary file not shown.
Binary file modified figure/pos-model-11-1.pdf
Binary file not shown.
Binary file modified figure/pos-model-6a-1.pdf
Binary file not shown.
Binary file modified figure/pos-models-1a-1.pdf
Binary file not shown.
Binary file modified figure/pos-models-2a-1.pdf
Binary file not shown.
Binary file modified figure/pos-patchwork-03-1.pdf
Binary file not shown.
Binary file modified figure/pos-pca-04-1.pdf
Binary file not shown.
Binary file modified figure/pos-pca-05-1.pdf
Binary file not shown.
Binary file modified figure/pos-plot-1-1.pdf
Binary file not shown.
Binary file modified figure/pos-plot-2-1.pdf
Binary file not shown.
Binary file modified figure/pos-plot-3-1.pdf
Binary file not shown.
Binary file modified figure/pos-plot-grob-01-1.pdf
Binary file not shown.
Binary file modified figure/pos-plot-npc-eb-01-1.pdf
Binary file not shown.
Binary file modified figure/pos-plot-plot-02-1.pdf
Binary file not shown.
Binary file modified figure/pos-plot-plot-03-1.pdf
Binary file not shown.
Binary file modified figure/pos-plotmath-02-1.pdf
Binary file not shown.
Binary file modified figure/pos-plotmath-02a-1.pdf
Binary file not shown.
Binary file modified figure/pos-repel-plot-01-1.pdf
Binary file not shown.
Binary file modified figure/pos-rug-plot-01-1.pdf
Binary file not shown.
Binary file modified figure/pos-scale-color-10-1.pdf
Binary file not shown.
Binary file modified figure/pos-scale-datetime-01-1.pdf
Binary file not shown.
Binary file modified figure/pos-scale-datetime-02-1.pdf
Binary file not shown.
Binary file modified figure/pos-scale-discrete-10-1.pdf
Binary file not shown.
Binary file modified figure/pos-scale-limits-04-1.pdf
Binary file not shown.
Binary file modified figure/pos-scale-ticks-02-1.pdf
Binary file not shown.
Binary file modified figure/pos-scale-ticks-03-1.pdf
Binary file not shown.
Binary file modified figure/pos-scale-trans-01-1.pdf
Binary file not shown.
Binary file modified figure/pos-scatter-01-1.pdf
Binary file not shown.
Binary file modified figure/pos-scatter-12-1.pdf
Binary file not shown.
Binary file modified figure/pos-scatter-12a-1.pdf
Binary file not shown.
Binary file modified figure/pos-scatter-16-1.pdf
Binary file not shown.
Binary file modified figure/pos-scatter-18-1.pdf
Binary file not shown.
Binary file modified figure/pos-sf_plot-01-1.pdf
Binary file not shown.
Binary file modified figure/pos-smooth-plot-02-1.pdf
Binary file not shown.
Binary file modified figure/pos-smooth-plot-04-1.pdf
Binary file not shown.
Binary file modified figure/pos-smooth-plot-06-1.pdf
Binary file not shown.
Binary file modified figure/pos-smooth-plot-12-1.pdf
Binary file not shown.
Binary file modified figure/pos-smooth-plot-13-1.pdf
Binary file not shown.
Binary file modified figure/pos-step-plot-01-1.pdf
Binary file not shown.
Binary file modified figure/pos-summary-plot-02-1.pdf
Binary file not shown.
Binary file modified figure/pos-summary-plot-09a-1.pdf
Binary file not shown.
Binary file modified figure/pos-table-plot-02-1.pdf
Binary file not shown.
Binary file modified figure/pos-text-plot-01-1.pdf
Binary file not shown.
Binary file modified figure/pos-text-plot-06-1.pdf
Binary file not shown.
Binary file modified figure/pos-themes-01-1.pdf
Binary file not shown.
Binary file modified figure/pos-themes-11-1.pdf
Binary file not shown.
Binary file modified figure/pos-themes-21-1.pdf
Binary file not shown.
Binary file modified figure/pos-themes-33-1.pdf
Binary file not shown.
Binary file modified figure/pos-tile-plot-02-1.pdf
Binary file not shown.
Binary file modified figure/pos-tile-plot-03-1.pdf
Binary file not shown.
Binary file modified figure/pos-ts-02-1.pdf
Binary file not shown.
Binary file modified figure/pos-ts-03-1.pdf
Binary file not shown.
Binary file modified figure/pos-ts-05-1.pdf
Binary file not shown.
Binary file modified figure/pos-violin-plot-02-1.pdf
Binary file not shown.
Binary file modified figure/pos-wind-05-1.pdf
Binary file not shown.
Binary file modified figure/pos-wind-06-1.pdf
Binary file not shown.
Binary file modified figure/pos-wind-08-1.pdf
Binary file not shown.
Binary file modified output/my-file.pdf
Binary file not shown.
Binary file added purl-output.zip
Binary file not shown.
Loading

0 comments on commit f551b6d

Please sign in to comment.