Displaying 1 result from an estimated 1 matches for "biostyr0d".
2009 Feb 26
1
gplot problems with faceting
...structure :
> str(z)
'data.frame': 12383 obs. of 5 variables:
$ vID : num 1 2 3 4 5 6 7 8 9 10 ...
$ Var : Factor w/ 61 levels ".t",".ASU_1.Biofilm_C",..: 1 1 1 1 1 1
$ Var.Value: num 317 318 319 320 319 ...
$ Par : Factor w/ 7 levels ".Biostyr0d.t_K",..: 1 1 1 1 1 1 1 1
$ Par.Value: num 5 5 5 5 5 5 5 5 5 5 ...
I would like to plot for each couple (Parameter(i), Variable(j)) the plot Variable(j).value = f(Parameter(i).Value.
I would like to do it step wise and have one set of graphs per Variable.
Then I subset z based on a single v...