largeDataframe(HFWutils) | R Documentation |
produce dataframe with constant columns. as specified by the input row vector
largeDataframe(smallDf, Times)
smallDf |
input row vector |
Times |
number of rows |
~~ If necessary, more details than the description above ~~
~Describe the value returned If it is a LIST, use
comp1 |
Description of 'comp1' |
comp2 |
Description of 'comp2' |
...
~~further notes~~
Felix Wittmann hfwittmann@gmail.com
~put references to the literature/web site here ~
~~objects to See Also as help
, ~~~
strategic <- data.frame(REX = 0.50, DJSTOXX=0.17,SP500=0.17, SPI=0.08,NIKKEI=0.08) # strategic # REX DJSTOXX SP500 SPI NIKKEI # 1 0.5 0.17 0.17 0.08 0.08 largeDataframe(smallDf=strategic, Times=10) # REX DJSTOXX SP500 SPI NIKKEI # 1 0.5 0.17 0.17 0.08 0.08 # 2 0.5 0.17 0.17 0.08 0.08 # 3 0.5 0.17 0.17 0.08 0.08 # 4 0.5 0.17 0.17 0.08 0.08 # 5 0.5 0.17 0.17 0.08 0.08 # 6 0.5 0.17 0.17 0.08 0.08 # 7 0.5 0.17 0.17 0.08 0.08 # 8 0.5 0.17 0.17 0.08 0.08 # 9 0.5 0.17 0.17 0.08 0.08 # 10 0.5 0.17 0.17 0.08 0.08