rnb.message.plot {RnBeads}R Documentation

rnb.message.plot

Description

Creates a plot, using ggplot2, with a single text message.

Usage

rnb.message.plot(txt)

Arguments

txt

Text to be plotted.

Value

The newly initialized ggplot instance.

Author(s)

Yassen Assenov

Examples


x11(width = 5, height = 5)
rnb.message.plot("Missing data")


[Package RnBeads version 2.12.2 Index]