knitr::opts_chunk$set(
  collapse = TRUE,
  warning = FALSE,
  message = FALSE,
  comment = "#>",
  fig.path = if (knitr:::is_latex_output()) "knitr-figs/" else "knitr-figs-docx/",
  cache.path = if (knitr:::is_latex_output()) "knitr-cache-tex/" else "knitr-cache-docx/",
  fig.asp = 0.618,
  fig.width = 9,
  out.width = "6in",
  echo = FALSE,
  autodep = TRUE,
  cache = TRUE,
  cache.comments = FALSE,
  dev = if (knitr:::is_latex_output()) "png" else "png",
  dpi = 200,
  fig.align = "center",
  fig.pos = "htb"
  # optipng = "-strip all"
)
# knitr::knit_hooks$set(optipng = knitr::hook_optipng) # must have optipng installed!
library(dplyr)
library(ggplot2)
library(gfsynopsis)
library(gfplot)
library(csasdown)
library(rosettafish)
ggplot2::theme_set(gfplot::theme_pbs())
french <- FALSE


pbs-assess/gfsynopsis documentation built on March 26, 2024, 7:30 p.m.