I have a plot like this
library(VennDiagram)
grid.newpage()
draw.pairwise.venn(area1 = 20, area2 = 12, cross.area = 3,
category = c("TT1*", "TT2*"))
I want to know how I can put the names with the name being TT and 1* or 2* becomes subscript?
Is also possible to change the postion of the name ?