Learn R Programming

outForest (version 1.0.1)

is.outForest: Type Check

Description

Checks if an object inherits class "outForest".

Usage

is.outForest(x)

Value

A logical vector of length one.

Arguments

x

Any object.

Examples

Run this code
a <- outForest(iris)
is.outForest(a)
is.outForest("a")

Run the code above in your browser using DataLab