knitr::opts_chunk$set(echo = TRUE, message = FALSE, warning = FALSE, 
                      dev = "ragg_png", fig.width = 9, fig.height = 6, dpi = 600, retina = 1)
Sys.setlocale("LC_TIME", "C")

Setup

## please add ALL LIBRARIES NEEDED HERE
## for non-CRAN packages please keep install instruction but commented
library()

Data



Session Info

## DO NOT REMOVE!
Sys.time()
#git2r::repository() ## uncomment if you are using GitHub
sessionInfo()



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