Displaying 1 result from an estimated 1 matches for "qq01".
Did you mean:
qa01
2012 Jan 17
1
pretty(range(data$z),10) Error
...ehlendes Argument für max; gebe -Inf zurück
============================================================================
I installed 2.11.1 Patched in the hope to overcome this obstacle but in vain.
I tried reading spss and csv format - no effect.
While this one works:
ggplot(sp2, aes(x=Qq04, y=Qq01)) + geom_point() + facet_wrap(~ segment,ncol=3)
This one fails:
ggplot(sp2, aes(x=Qq04, y=Qq01)) + geom_point() + facet_wrap(~ segment,ncol=3) + geom_density2d()
But it only fails for 2 out of 10 x-variables, although they do not differ in structure.
Data structure looks like this:
segment Qq01...