Skip to content
Prev 313917 / 398506 Next

How to convert xts data into list

HI,
As I said earlier, I am able to generate the plot.
pdf("Parkplot1.pdf")
?plot(1:length(zc1$Close),split(zc1$Close,row(zc1)))
?dev.off()

#the pdf is attached.
A.K.