View source: R/genericStrategy.R
plotDrawdowns.Strategy | R Documentation |
Plot drawdowns
## S3 method for class 'Strategy' plotDrawdowns( this, start, end, return_type = "plot", graph_type = "ggplot2", ... )
this |
Strategy |
start |
Numeric scalar / Date |
end |
Numeric scalar / Date |
return_type |
character, plot or data |
graph_type |
character, ggplot2 / xts / plotly |
... |
params |
from |
character, name of backtest |
ggplot/xts
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.