Description Usage Arguments Value Examples
Extends the autoplot
method for the DynamicStrategies
class.
1 2 | ## S3 method for class 'DynamicStrategies'
autoplot(object, ...)
|
object |
An object of the |
... |
Additional arguments to be passed to |
A ggplot2
object.
1 2 3 4 5 6 7 | library(ggplot2)
# Maximum Utility
simulate_strategy(strategy = "max_utility") |> autoplot()
# cppi
simulate_strategy(strategy = "cppi", multiple = 3) |> autoplot()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.