Learn R Programming

diffusion (version 0.4.0)

is.diffusion: Diffusion class checkers

Description

Functions to check if an object is of the specified class

Usage

is.diffusion(x)

is.bass(x)

Value

TRUE if this is the specified class and FALSE otherwise.

Arguments

x

The object to check.

Author

Ivan Svetunkov, ivan@svetunkov.ru,

Oliver Schaer, info@oliverschaer.ch

Details

The list of functions includes:

  • is.diffusion() tests if the object was produced by a diffusion() function.

  • is.bass() checks if the forecast was produced by the bass() function.