Skip to content
Snippets Groups Projects
Commit ede5cad2 authored by Walmes Marques Zeviani's avatar Walmes Marques Zeviani
Browse files

Updates to include book front cover.

parent f2f62a8f
No related branches found
No related tags found
No related merge requests found
......@@ -671,7 +671,8 @@ grid <- attr(emm1, "grid")
L <- attr(emm1, "linfct")
rownames(L) <- grid$varied
results <- wzRfun::apmc(X = L, model = m1, focus = "varied", test = "fdr")
results <- wzRfun::apmc(X = L, model = m1,
focus = "varied", test = "fdr")
ggplot(data = results,
mapping = aes(x = fit, y = reorder(varied, fit, mean))) +
......
......@@ -8,7 +8,7 @@ bookdown::gitbook:
toc:
before: |
<center style="margin: 1em;">
<img src="../config/logo.png" width="150px"/>
<img src="../config/mpaer-cover.png" width="180px" style="box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.6);"/>
<br/>
<br/>
<a href="./index.html" style="font-weight: bold; font-size: larger;">
......
......@@ -42,10 +42,11 @@ complement: >
\end{center}
---
<!-- # {-} -->
<!-- Imagem de capa. -->
<!-- <img src="config/capa.png" width="350" height="460" alt="Planejamento e Análise de Experimentos com R"/> -->
```{r, echo = FALSE, results = "asis", eval = isOutput("html")}
img <- '# {-}\n\n<img src="./config/mpaer-cover.png" width="350" alt="Manual de Planejamento e Análise de Experimentos com R" style="box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.6);"/>'
cat(img, "\n")
```
# Apresentação {-}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment