Learn R Programming

RnBeads (version 1.4.0)

rnb.message.plot: 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.

Examples

Run this code

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

Run the code above in your browser using DataLab