Welcome to the {iheiddown}
twist of the great {posterdown}
poster template !
This poster, alongside their #betterposter
versions, allow students and
researchers to create IHEID-themed posters easily within R. The remaining part
of this template allows you to get familiar with its layout. Head over to
{posterdown}
if you fancy having a look at the original version!
{iheiddown}
to {pagedown}
report or manuscript documents (Xie et al. 2022).This package uses the same workflow approach as the R Markdown you know and love. Basically it goes from RMarkdown > Knitr > Markdown > Pandoc > HTML/CSS > PDF. You can even use the bibliography the same way (iheiddown?).
Usually you want to have a nice table displaying some important results that you have calculated. In {iheiddown}
this is as easy as using the {kable}
table formatting you are probably use to as per typical R Markdown formatting.
You can reference tables like so: Table 1. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam placerat augue at velit tincidunt semper. Donec elementum porta posuere. Nullam interdum, odio at tincidunt feugiat, turpis nisi blandit eros, eu posuere risus felis non quam. Nam eget lorem odio. Duis et aliquet orci. Phasellus nec viverra est.
Sepal.Length | Sepal.Width | Petal.Length | Petal.Width |
---|---|---|---|
5.1 | 3.5 | 1.4 | 0.2 |
4.9 | 3.0 | 1.4 | 0.2 |
4.7 | 3.2 | 1.3 | 0.2 |
4.6 | 3.1 | 1.5 | 0.2 |
5.0 | 3.6 | 1.4 | 0.2 |
5.4 | 3.9 | 1.7 | 0.4 |
4.6 | 3.4 | 1.4 | 0.3 |
5.0 | 3.4 | 1.5 | 0.2 |
4.4 | 2.9 | 1.4 | 0.2 |
4.9 | 3.1 | 1.5 | 0.1 |
Or with figures: Figure 1, or Figure 2.
<- iris
data
plot(x = data$Sepal.Length,
y = data$Sepal.Width,
col = data$Species,
pch = 19,
xlab = "Sepal Length (cm)",
ylab = "Sepal Width (cm)")
Aliquam sed faucibus risus, quis efficitur erat. Vestibulum semper mauris quis tempus eleifend. Aliquam sagittis dictum ipsum, quis viverra ligula eleifend ut. Curabitur sagittis vitae arcu eget faucibus. In non elementum felis. Duis et aliquam nunc. Nunc pulvinar sapien nunc, vel pretium nisi efficitur in. Fusce fringilla maximus leo et maximus. Fusce at ligula laoreet, iaculis mi at, auctor odio. Praesent sed elementum justo. Aenean consectetur risus rhoncus tincidunt efficitur. Praesent dictum mauris at diam maximus maximus (Hollway 2022).
Try {iheiddown}
out! Hopefully you like it!