gitbook_on <- TRUE
# gitbook_on <- FALSE  ##we just need turn  this on and off to switch between gitbook and pdf via paged.js
knitr::opts_chunk$set(echo=identical(gitbook_on, TRUE), message=FALSE, warning=FALSE, dpi=60, out.width = "100%")
# knitr::knit_hooks$set(webgl = hook_webgl)
options(scipen=999)
options(knitr.kable.NA = '--') #'--'
options(knitr.kable.NAN = '--')
source('R/packages.R')
source('R/functions.R')
source('R/private_info.R')
source('R/tables.R')
photo_width <- "100%"
font_set <- 11
photo_width <- "80%"
font_set <- 9
# automatically create a bib database for R packages
knitr::write_bib(c(
  .packages(), 'bookdown', 'knitr', 'rmarkdown'
), 'packages.bib')

Acknowledgement {.front-matter .unnumbered}

Modern civilization has a long journey ahead to acknowledge and address the historic and ongoing impacts of colonialism that have resulted in harm to the cultures and livelihoods of those that have lived in harmony with the land for many thousands of years. That harm extends naturally to the ecosystems themselves.

{js, logo-header, echo = FALSE, eval= T} title=document.getElementById('header'); title.innerHTML = '<img src="fig/logo.png" alt="NewGraph">' + title.innerHTML



NewGraphEnvironment/fish_passage_elk_2021_reporting documentation built on June 23, 2022, 8:21 p.m.