Learn R Programming

diffusion (version 0.4.0)

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,

Nikolaos Kourentzes, nikolaos@kourentzes.com

See Also

seqdiffusion.

Examples

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

Run the code above in your browser using DataLab