is.outForest: Type Check

View source: R/methods.R

is.outForestR Documentation

Type Check

Description

Checks if an object inherits class "outForest".

Usage

is.outForest(x)

Arguments

x

Any object.

Value

A logical vector of length one.

Examples

a <- outForest(iris)
is.outForest(a)
is.outForest("a")

outForest documentation built on May 31, 2023, 5:55 p.m.