Learn R Programming

hmde (version 1.3.1)

plot.hmde_model_template: Plot function for hmde_model_template object

Description

Plot function for hmde_model_template object

Usage

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

Arguments

x

hmde_model_template output from hmde_model

...

Additional argument space to conform to S3 template.

Examples

Run this code
# basic usage of plot
hmde_model("constant_single_ind") |> plot()

Run the code above in your browser using DataLab