This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#sankey of PIMCO All Asset All Authority holdings | |
#data source http://investments.pimco.com/ShareholderCommunications/External%20Documents/PIMCO%20Bond%20Stats.xls | |
require(rCharts) | |
#originally read the data from clipboard of Excel copy | |
#for those interested here is how to do it | |
#read.delim(file = "clipboard") |