is.bmop: Check if an object's class is bmop

Description Usage Arguments Details Value Examples

View source: R/1-base-functions.R

Description

Check if an object's class is bmop

Usage

1
is.bmop(object)

Arguments

object

an R object

Details

Just a call of inherits(object,"bmop")

Value

logical, TRUE if "bmop" is present among class(object), FALSE otherwise

Examples

1
2
bmop<-bmop_fit(rexp(100))
is.bmop(bmop)

gherardovarando/Rbmop documentation built on May 17, 2019, 4:17 a.m.