Hi, is there an easy solution for adding some text to the plot made with Gviz, like you can do with text() using base R method for plotting or with annotate() in ggplot2?
I have a plot like this:
And I want to add the text to its upper left corner like this:
Hi, is there an easy solution for adding some text to the plot made with Gviz, like you can do with text() using base R method for plotting or with annotate() in ggplot2? I have a plot like this: And I want to add the text to its upper left corner like this:
Thanks