Introduction

Introductory section which may include references in parentheses \citep{R}, or cite a reference such as \citet{R} in the text.

Header Information

YAML header:

output:
  inlmisc::usgs_article:
    includes:
      in_header: preamble.tex

\noindent Configure the YAML header including the following elements:

Section title in sentence case

This section may contain a figure such as Figure \ref{figure:logo}.

\begin{figure}[htbp] \centering \includegraphics{logo} \caption{Logo of the U.S. Geological Survey.} \label{figure:logo} \end{figure}

Another section

There will likely be several sections, perhaps including code snippets, such as:

x <- 1:10
x

Summary

This file is only a basic article template \citet{Fisher2013}. For full details of The R Journal style and information on how to prepare your article for submission, see the Instructions for Authors.

Todo

\url{https://github.com/rstudio/rticles/blob/master/inst/rmarkdown/templates/sim_article/skeleton/skeleton.Rmd}



USGS-R/inlmisc documentation built on Sept. 17, 2022, 2:38 a.m.