Learn R Programming

diffusion (version 0.2.7)

print.seqdiffusion: Print sequentially fitted diffusion curves.

Description

Outputs the result of sequentially fitted diffusion curves.

Usage

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

Value

None. Console output only.

Arguments

x

seqdiffusion object, produced using seqdiffusion.

...

Unused argument.

Author

Oliver Schaer, info@oliverschaer.ch,

Nikoloas Kourentzes, nikoloas@kourentzes.com

See Also

seqdiffusion.

Examples

Run this code
 fit <- seqdiffusion(tsIbm)
 print(fit)

Run the code above in your browser using DataLab