Displaying 1 result from an estimated 1 matches for "asu_1".
Did you mean:
as_1
2009 Feb 26
1
gplot problems with faceting
...ous simulation results from simulations with different set of parameters.
I melt my data to have the following data.frame 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(Pa...