ggMsgPlot: ggMsgPlot

Description Usage Arguments Value Author(s) Examples

View source: R/utils.R

Description

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

Usage

1
ggMsgPlot(txt)

Arguments

txt

Text to be plotted.

Value

The newly initialized ggplot instance.

Author(s)

adapted by Fabian Mueller from RnBeads code by Yassen Assenov

Examples

1
2
x11(width = 5, height = 5)
ggMsgPlot("Missing data")

demuellae/muReportR documentation built on Jan. 20, 2020, 5:12 a.m.