Insert A head here

This demo file is intended to serve as a "starter file"" for articles submitted to the Royal Society Open Science journal using RMarkdown.

Place \EndFirstPage at the point where the plain text on the first page stops. Warning: excess text will be hidden behind the copyright box. The example below contains line 1 to 19 in the code. Lines 14 to 17 are hidden behind the copyright box.

Insert B head here

Subsection text here.

Insert C head here

Subsubsection text here.

Line 1

Line 2

Line 3

Line 4

Line 5

Line 6

Line 7

Line 8

Line 9

Line 10

Line 11

Line 12

Line 13

Line 14

Line 15

Line 16

Line 17

Line 18

Line 19

\EndFirstPage

Lists

Citations

Blabla \cite{Lannes} blabla. Blabla \cite{HJ2} blabla. Blabla \cite{BF, Lannes} blabla. Blabla \cite{Benjamin1967, HJ2, HJ3, HP2} blabla.

Headling level 3

Subsubsection text here.

R code

R code can be added as usual. Fig. \@ref(fig:nice-plot) is a an example.

summary(lm(mpg ~ disp, data = mtcars))
summary(mtcars)
plot(mtcars[, 1:3])


rstudio/rticles documentation built on April 9, 2024, 10:51 p.m.