Displaying 1 result from an estimated 1 matches for "648584".
Did you mean:
64858
2012 Mar 14
1
geom_plot creates Area Instead Of Lines
Hi,
I have created a large (?) data frame. I have one variable to plot, lets
call it X. further X has been observed under conditions Y, Z. And the
observation took place at times T (0:10e5). Now my data frame D consists of
x,y,z,t each corresponding to the combination of X, Y, Z and T. I would
like to create different plots and use this:
h <- ggplot(D, aes(y=x, x=t))
h +