I'm trying to create a for using ggplot:
Carteira<-cbind(A, B, C,D,E,F)
A, B, C, D, E, F are data in the "zoo" format.
My code is:
for(i in 1:6){
ggplot(Carteira[,i], aes(Carteira[,i])) +
geom_histogram(aes(y =..density..),...
asked by
13.09.2015 / 00:13