---
title: " "
output:
bookdown::html_document2:
toc: true
toc_float: true
number_sections: true
self_contained: false
fontsize: 11pt
pkgdown:
as_is: true
vignette: >
%\VignetteIndexEntry{Genetic Analysis Package}
%\VignetteEngine{knitr::rmarkdown}
%\VignetteEncoding{UTF-8}
---
```{r setup, include=FALSE}
set.seed(0)
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.align = "center",
fig.width = 8,
fig.height = 8,
out.extra = 'style="display:block; margin:auto"',
dev = "CairoPNG"
)
```
```{r gap_incl, echo=FALSE, warning=FALSE}
htmltools::tags$iframe(
src = "https://jinghuazhao.github.io/R/vignettes/gap.html",
width = "100%",
height = "600px",
style = "border:none;"
)