inst/examples/ex_blaTum.R

data(blaTum)
library(ggplot2)
ggplot(blaTum, aes(time, id)) + geom_tile(aes(fill=count)) +
    facet_grid(treatment ~ ., scales="free_y", )
stc04003/spef documentation built on July 31, 2020, 8:41 a.m.