knitr::opts_chunk$set(echo = TRUE) ## keep this, add other settings if needed

Please write some accompanying text for each chunk explaining the reason and/or code and output. Leave an empty line between the text and the chunk.


If you want to show pseudo code (code that should not run but you want to show the code as an example), please also add the respective output (the returned values in the console) as text to the same chunk. Use eval=FALSE as a chunk option to include (but not run) the code output.

print("hello world")
[1] "hello world"

If you want to add figures but to hide the code used to produce them, add echo=FALSE as a chunk option:


Please knit the whole document in the end, to test if it is working!



EcoDynIZW/d6 documentation built on June 30, 2024, 2:02 p.m.