hist.txnsim | R Documentation |
txnsim
hist method for objects of type txnsim
## S3 method for class 'txnsim'
hist(
x,
...,
normalize = FALSE,
methods = c("mean", "median", "stddev", "maxDD", "sharpe")
)
x |
object of type txnsim to plot |
... |
any other passthrough parameters |
normalize |
TRUE/FALSE whether to normalize the hist by div, default FALSE as no normalized data yet |
methods |
are statistics to include in hist output, default methods=c("mean","median","stddev","maxDD","sharpe") |
Jasen Mackie, Brian G. Peterson
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.