Description Usage Arguments Value Author(s) Examples
Plot the elements of an cusumActMgr
object.
1 | chartCusum(object, digits = 3, which = NULL, ...)
|
object |
An object of class |
digits |
The number of digits of numerical values in graphs |
which |
A number or a vector of numbers to indicate the type of plots.
If a subset of the plots is required, specify a subset of the numbers 1 and 2
for plots. The numbers 1 and 2 represent: |
... |
other graphics parameters in plot |
Graph(s) as specified by the user
Chindhanai Uthaisaad
1 2 3 4 5 | data(cusumData)
results = cusumActMgr(portfolioName = "Parvest", benchmarkName = "RUS2500",
data = cusumData)
chartCusum(results, which = 1)
chartCusum(results, which = c(1,2))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.