Checks if an object inherits class "outForest".
is.outForest(x)
x
Any object.
A logical vector of length one.
a <- outForest(iris) is.outForest(a) is.outForest("a")