plot.pafm {facmodTS} | R Documentation |
plot "pafm"
object
Description
Generic function of plot method for paFm. Either plot all assets or choose a single asset to plot.
Usage
## S3 method for class 'pafm'
plot(
x,
which.plot = c("none", "1L", "2L", "3L"),
max.show = 6,
date = NULL,
plot.single = FALSE,
fundName,
which.plot.single = c("none", "1L", "2L", "3L"),
...
)
Arguments
x |
object of class |
which.plot |
Integer indicates which plot to create: "none" will
create a menu to choose. Defualt is none. |
max.show |
Maximum assets to plot. Default is 6. |
date |
Indicates for attributed returns, the date format should be xts compatible. |
plot.single |
Plot a single asset of lm class. Defualt is FALSE. |
fundName |
Name of the portfolio to be plotted. |
which.plot.single |
Integer indicates which plot to create: "none"
will create a menu to choose. Defualt is none. |
... |
more arguements for |
Value
plot.pafm
returns a plot for an object of class pafm
.
Author(s)
Yi-An Chen.