plot in Package graphicsAdditional arguments to the plot-method pertinent to the
defined S4-classes in this package are detailed below.
# S4 method for PortDD
plot(x, main = NULL, xlab = NULL, ylab = NULL,
col = c("black", "red"), grid = TRUE, invert = TRUE, ...)
PortDD: an object that belongs to this virtual class.
character: The title of the plot.
character: The description of the x-axis.
character: The description of the y-axis.
character: Two-element vector of the names of the
colors for the portfolio's draw downs and the optimal level.
Logical: Whether to superimpose a grid on the plot.
Logical: Whether the draw downs shall be plotted
as negative numbers; the default is TRUE.
Ellipsis argument is passed to the generic plot
function.
Bernhard Pfaff