Skip to content

Instantly share code, notes, and snippets.

@aaronwolen
Last active August 29, 2015 14:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aaronwolen/ceee508b0be364aa70ca to your computer and use it in GitHub Desktop.
Save aaronwolen/ceee508b0be364aa70ca to your computer and use it in GitHub Desktop.
qtlcharts::iplotMap() search box
---
title: "test"
output:
html_document:
keep_md: yes
---
```{r}
library(qtl)
library(qtlcharts)
data(listeria)
```
```{r results='asis'}
print_qtlcharts_resources()
```
```{r results='asis'}
iplotMap(listeria, print = TRUE)
```
```{r}
sessionInfo()
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment