Skip to contents

Plot Method for an Object of Class dynr_model

Usage

# S3 method for dynr_model
plot(x, ...)

Arguments

x

Object of class dynr_model.

...

additional arguments.

Author

Ivan Jacob Agaloos Pesigan

Examples

model <- ModelVARP2Dynr(data = dat_p2)
plot(model)