diff --git a/inst/rmarkdown/templates/SCR/skeleton/01_body.Rmd b/inst/rmarkdown/templates/SCR/skeleton/01_body.Rmd index 6795dd1..2cb638e 100644 --- a/inst/rmarkdown/templates/SCR/skeleton/01_body.Rmd +++ b/inst/rmarkdown/templates/SCR/skeleton/01_body.Rmd @@ -11,7 +11,7 @@ Describe methods. Add results (figures, tables, etc.). For example, see Figure \@ref(fig:ssr) below: -```{r ssr, fig.cap = "Relationshib between SSB and recruitment."} +```{r ssr, fig.cap = "Relationship between SSB and recruitment."} d <- data.frame(SSB = rlnorm(20), Recruitment = rlnorm(20)) ggplot(d) + geom_point(aes(x = SSB, y = Recruitment))