R/JGRMessageBox.r

# A general Java message box contains information and error message
#' @export
"JGRMessageBox"<-function (w.title="BiologicalInferences: Error",msg="Hello!") {
    a<-.jnew("org.neptuneinc.cadstat.plots.BiologicalInferencesGeneralBox")
    .jcall(a,"Ljavax/swing/JFrame;","getMyGUI",w.title, msg)
}

Try the CADStat package in your browser

Any scripts or data that you put into this service are public.

CADStat documentation built on May 1, 2019, 6:51 p.m.