print.diffusion {diffusion}R Documentation

Print a fitted diffusion curve.

Description

Outputs the result of a fitted diffusion curve.

Usage

## S3 method for class 'diffusion'
print(x, ...)

Arguments

x

diffusion object, produced using diffusion.

...

Unused argument.

Value

None. Console output only.

Author(s)

Oliver Schaer, info@oliverschaer.ch,

Nikolaos Kourentzes, nikolaos@kourentzes.com

See Also

diffusion.

Examples

 fit <- diffusion(tsChicken[, 2])
 print(fit)


[Package diffusion version 0.4.0 Index]