itriplot within R Markdown

This document serves to test the R/qtlcharts function itriplot.

set.seed(69891250)
library(qtl)
library(qtlcharts)
n <- 100
p <- matrix(runif(3*n), ncol=3)
p <- p / colSums(p)
g <- sample(1:3, n, replace=TRUE)
itriplot(p, group=g)


Try the qtlcharts package in your browser

Any scripts or data that you put into this service are public.

qtlcharts documentation built on Jan. 8, 2022, 1:06 a.m.