risk-ternaryMap {fPortfolio} | R Documentation |
Creates and Plots a Ternary Map
Description
Functions for craeting and plotting ternary maps.
Usage
ternaryMap(data, FUN=NULL, ...,
locator=FALSE, N=41, palette=topo.colors, nlevels=11)
ternaryFrontier(data, locator=FALSE)
riskMap(data, weights)
maxddMap(data, weights)
ternaryWeights(n=21)
ternaryCoord(weights)
ternaryPoints(weights, ...)
Arguments
data |
data |
weights |
weights |
FUN , locator , N , palette , nlevels |
ternaryMap |
n |
n |
... |
optional arguments |
References
Wuertz, D., Chalabi, Y., Chen W., Ellis A. (2009); Portfolio Optimization with R/Rmetrics, Rmetrics eBook, Rmetrics Association and Finance Online, Zurich.
[Package fPortfolio version 4023.84 Index]