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

set.seed(69891250)
library(qtlcharts)
n <- 100
g <- sample(LETTERS[1:3], n, replace=TRUE)
y <- rnorm(n, match(g, LETTERS[1:3])*10, 5)

idotplot(g, y)


kbroman/qtlcharts documentation built on May 10, 2023, 6:07 p.m.