R/autoplot.R
autoplot.DynamicStrategies.Rd
Extends the autoplot method for the DynamicStrategies class.
autoplot
DynamicStrategies
# S3 method for DynamicStrategies autoplot(object, ...)
An object of the DynamicStrategies class.
Additional arguments to be passed to autoplot.
A ggplot2 object.
ggplot2
library(ggplot2) # Maximum Utility simulate_strategy(strategy = "max_utility") |> autoplot() # cppi simulate_strategy(strategy = "cppi", multiple = 3) |> autoplot()