messabox: Simple message box

Description Usage Arguments Details Value Author(s) References

Description

Write a message box with a warning/error text

Usage

1
messagebox(vlabel)

Arguments

vlabel

text of the message in the box

Details

See example for the element order in the vectors :
messagebox.png
To get the menu, just use the following code:
vlabel<-'Wrong matrix dimension !'
ans<-messagebox(vlabel)

Value

A NULL value

Author(s)

Gianmarco Polotti

References

Lawrence M.F.,Verzani J., (2012) Programming Graphical User Interfaces in R,CRC Press Taylor & Francis Group


MenuCollection documentation built on May 29, 2017, 9:59 p.m.