Learn R Programming

diffusion (version 0.2.7)

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,

Nikoloas Kourentzes, nikoloas@kourentzes.com

See Also

diffusion.

Examples

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

Run the code above in your browser using DataLab