--- title: "" output: bookdown::html_document2: toc: true toc_float: true number_sections: true self_contained: false fontsize: 11pt pkgdown: as_is: true vignette: > %\VignetteIndexEntry{An Overview of pQTLtools} %\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} htmltools::tags$iframe( src = "gap_incl.html", width = "100%", height = "600px", style = "border:none;" ) ```