Billy.Requena,
I bow myself into the dust - exactly what I was looking for.
Thx,
Sunaj
--
View this message in context:
http://r.789695.n4.nabble.com/several-Filled-contour-plots-on-the-same-device-tp819040p3427236.html
Sent from the R help mailing list archive at Nabble.com.
__
Hi Alexis!
I had the same problem you faced and the solution I found was modifying the
layout function.
That’s an example:
f1 <- function (a, x) {2.15*a -0.25*x}
f2 <- function (a,x) {exp(2.36*a - 0.04*x)}
a1 <- seq(from=5.2, to=6.2, by=(6.2-5.2)/19)
b1 <- seq(0,32)
zeros <- rep(0, length(a)*len
2 matches
Mail list logo