ha = HeatmapAnnotation( |
foo = runif(10), |
bar = sample(letters[1:4], 10, replace = TRUE), |
pt = anno_points(runif(10)), |
txt = anno_text(month.name[1:10])) |
ha = HeatmapAnnotation( |
foo = runif(10), |
bar = sample(letters[1:4], 10, replace = TRUE), |
pt = anno_points(runif(10)), |
txt = anno_text(month.name[1:10])) |