is.diffusion {diffusion} | R Documentation |
Diffusion class checkers
Description
Functions to check if an object is of the specified class
Usage
is.diffusion(x)
is.bass(x)
Arguments
x |
The object to check. |
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.
Value
TRUE
if this is the specified class and FALSE
otherwise.
Author(s)
Ivan Svetunkov, ivan@svetunkov.ru,
Oliver Schaer, info@oliverschaer.ch
[Package diffusion version 0.4.0 Index]