visr.message: Show message dialog

Description Usage Arguments Examples

Description

Shows a message dialog to the user in VisRseq.

Usage

1
visr.message(text, type = c("error", "warning"))

Arguments

text

Message text to be shown.

type

Message type. ("error" or "warning")

Examples

1
2
if (any(is.na(visr.input)))
    visr.message("There are NA values in the input", type="error")

hyounesy/bioc2016.visrseq documentation built on May 17, 2019, 10:07 p.m.