summary.efficient.frontier {PortfolioAnalytics} | R Documentation |
Summarize an efficient frontier object
Description
Summary method for efficient frontier objects. Display the call to create or extract the efficient frontier object as well as the weights and risk and return metrics along the efficient frontier.
Usage
## S3 method for class 'efficient.frontier'
summary(object, ..., digits = 3)
Arguments
object |
object of class |
... |
passthrough parameters |
digits |
number of digits to round to |
Author(s)
Ross Bennett
[Package PortfolioAnalytics version 2.0.0 Index]