Extends the autoplot method for the DynamicStrategies class.

# S3 method for DynamicStrategies
autoplot(object, ...)

Arguments

object

An object of the DynamicStrategies class.

...

Additional arguments to be passed to autoplot.

Value

A ggplot2 object.

Examples

library(ggplot2) # Maximum Utility simulate_strategy(strategy = "max_utility") |> autoplot()
# cppi simulate_strategy(strategy = "cppi", multiple = 3) |> autoplot()