Nothing
This document serves to test the
R/qtlcharts function scat2scat
.
set.seed(69891250) library(qtl) library(qtlcharts) p <- 500 n <- 300 SD <- runif(p, 1, 5) r <- runif(p, -1, 1) scat2 <- vector("list", p) for(i in 1:p) scat2[[i]] <- matrix(rnorm(2*n), ncol=2) %*% chol(SD[i]^2*matrix(c(1, r[i], r[i], 1), ncol=2)) scat1 <- cbind(SD=SD, r=r)
scat2scat(scat1, scat2, chartOpts=list(width=1000, height=500))
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.