## ----setup, echo = FALSE------------------------------------------------------ knitr::opts_chunk$set( echo = FALSE ) ## ----------------------------------------------------------------------------- book_repo <- "https://github.com/colRverse/colsci-book" book_site <- "https://book.colrverse.com" ## ----fig.cap = "A non-exhaustive overview of the colour-pattern analysis workflow in pavo, as of version 2.0, displaying some key functions at each stage.", out.width = '100%', dpi = 72---- knitr::include_graphics(file.path(book_repo, "blob/main/fig/workflow.png?raw=TRUE"))