rnb.message.plot {RnBeads} | R Documentation |
Creates a plot, using ggplot2, with a single text message.
rnb.message.plot(txt)
txt |
Text to be plotted. |
The newly initialized ggplot
instance.
Yassen Assenov
x11(width = 5, height = 5) rnb.message.plot("Missing data")