Learn R Programming

retrocombinator (version 1.0.0)

is.FamilyParams: Is x a FamilyParams object?

Description

Is x a FamilyParams object?

Usage

is.FamilyParams(x)

Arguments

x

An arbitrary object

Value

A logical, TRUE if x is a FamilyParams object, and FALSE otherwise

Examples

Run this code
# NOT RUN {
is.FamilyParams(FamilyParams()) # TRUE
is.FamilyParams(data.frame()) # FALSE
# }

Run the code above in your browser using DataLab