is.legion {legion}R Documentation

legion classes checkers

Description

Functions to check if an object is of the specified class

Usage

is.legion(x)

is.oves(x)

is.legion.sim(x)

Arguments

x

The object to check.

Details

The list of methods includes:

Value

TRUE if this is the specified class and FALSE otherwise.

Author(s)

Ivan Svetunkov, ivan@svetunkov.ru

Examples


ourModel <- ves(cbind(rnorm(100,100,10),rnorm(100,100,10)))

is.legion(ourModel)


[Package legion version 0.1.2 Index]