Skip to content
Prev 155230 / 398506 Next

plot a list

i have a list of 6 each containing a dataframe of 96 observations as a
zoo object.  Is there a way to plot these in one frame
par(mfrow=c(3,2))

this is what I tried
lapply(d, FUN=plot)

I can provide data, list is large.
thanks