is.param: Test if an object is a param

Description Usage Arguments Value Examples

View source: R/params.R

Description

Test if an object is a param

Usage

1

Arguments

x

An object

Value

TRUE if the object is a 'param', FALSE otherwise

Examples

1
2
is.param(4) # false
is.param(param.discrete(c('heads', 'tails'))) # true

paleolimbot/easyoptim documentation built on May 24, 2019, 6:12 p.m.