knitr::opts_chunk$set(echo = FALSE)
# rmdhelp::show_knit_hook_call()
knitr::knit_hooks$set(hook_convert_odg = rmdhelp::hook_convert_odg)

Genetic Model

#rmdhelp::use_odg_graphic(ps_path = 'odg/genetic-model.odg')
knitr::include_graphics(path = "odg/genetic-model.png")

Single Locus

#rmdhelp::use_odg_graphic(ps_path = 'odg/single-locus.odg')
knitr::include_graphics(path = "odg/single-locus.png")

Frequencies

#rmdhelp::use_odg_graphic(ps_path = 'odg/frequencies.odg')
knitr::include_graphics(path = "odg/frequencies.png")

Hardy-Weinberg

#rmdhelp::use_odg_graphic(ps_path = 'odg/hwe.odg')
knitr::include_graphics(path = "odg/hwe.png")

HWE II

#rmdhelp::use_odg_graphic(ps_path = 'odg/hweII.odg')
knitr::include_graphics(path = "odg/hweII.png")

No Association

#rmdhelp::use_odg_graphic(ps_path = 'odg/loc-no-assoc.odg')
knitr::include_graphics(path = "odg/loc-no-assoc.png")

Locus With Association

#rmdhelp::use_odg_graphic(ps_path = 'odg/loc-with-assoc.odg')
knitr::include_graphics(path = "odg/loc-with-assoc.png")

Population Mean

#rmdhelp::use_odg_graphic(ps_path = 'odg/pop-mean.odg')
knitr::include_graphics(path = "odg/pop-mean.png")

Breeding Value I

#rmdhelp::use_odg_graphic(ps_path = 'odg/bvI.odg')
knitr::include_graphics(path = "odg/bvI.png")

Breeding Value II

#rmdhelp::use_odg_graphic(ps_path = 'odg/bvII.odg')
knitr::include_graphics(path = "odg/bvII.png")

Breeding Value III

#rmdhelp::use_odg_graphic(ps_path = 'odg/bvIII.odg')
knitr::include_graphics(path = "odg/bvIII.png")


charlotte-ngs/lbgfs2020 documentation built on Dec. 20, 2020, 5:39 p.m.