is.outForest {outForest} | R 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")
[Package outForest version 1.0.1 Index]