Learn R Programming

diffusion (version 0.4.0)

print.diffusion: Print a fitted diffusion curve.

Description

Outputs the result of a fitted diffusion curve.

Usage

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

Value

None. Console output only.

Arguments

x

diffusion object, produced using diffusion.

...

Unused argument.

Author

Oliver Schaer, info@oliverschaer.ch,

Nikolaos Kourentzes, nikolaos@kourentzes.com

See Also

diffusion.

Examples

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

Run the code above in your browser using DataLab