## S3 method for class 'fPORTFOLIO':
plot(x, which = "ask", control = list(), ...)## S3 method for class 'fPORTFOLIO':
summary(object, \dots)
minvariance.col, type of point, e.g.
tangency.pch, or the dimension of the point, e.g. cml.cex,
see Nwhich can be either a
character string, "all" (displays all plots) or "ask"
(interactively asks which one to display), or a vector of integer
values dfPORTFOLIO.portfolioFrontier()
returns an S4 object of class "fPORTFOLIO", with the following
slots:series holding the time series
data if available, otherwise NA, and statistics, itself a
named list with two named elements mu and Sigma
holding the vector of means and the matrix of covariances.weights a numeric vector specifying the portfolio
weights,
targetReturn a numeric value specifying the target
return,
targetRisk a numeric value specifying the target
risk,
targetMean a numeric value specifying the target
return determinated with function mean(),
targetStdev a numeric value specifying the target risk in
standart deviation as risk measure.spec which represents an object
of class fPFOLIOSPEC, including all information about
the portfolio specifications, see PortfolioSpec
for further details.feasiblePortfolio
cmlPortfolio
tangencyPortfolio
minvariancePortfolio
efficientPortfolio
return an S4 object of class fPORTFOLIO having information only
about one portfolio.