is.widget: is.widget

Description Usage Arguments Value Examples

View source: R/widgetClass.R

Description

Tests if object x is a widget

Usage

1

Arguments

x

object to be tested

Value

returns TRUE or FALSE depending on whether its argument is a widget or not.

Examples

1
2
3
w <- widgetHypergeometric('test')
is.widget(w)
is.widget("no widget")

sigbertklinke/mmstat documentation built on May 14, 2019, 8:36 a.m.