c(10L, 90L), .Dimnames = list(NULL,
> c("X1", "X2", "X3", "X4", "X5", "X6", "X7", "X8", "X9", "X10",
> "X11", "X12", "X13", "X14", "X15", &
ot;, "X3", "X4", "X5", "X6", "X7", "X8", "X9", "X10",
> "X11", "X12", "X13", "X14", "X15", "X16", "X17", "X18", "X19",
>
uot;, "X58", "X59", "X60", "X61", "X62", "X63", "X64",
"X65", "X66", "X67", "X68", "X69", "X70", "X71", "X72", "X73",
"X74&qu
I don't have your data. Are the x-values the same in both plots?
Does this example cover the situation?
f1 <- function(x) { x^3 - 2 }
f2 <- function(x) { 2 - x^2 }
xV <- seq(from=0,to=2,length=50)
y1 <- f1(xV)
y2 <- f2(xV)
y3 <- .5*(y1+y2)
plot(x=xV,y=y1,col="blue",lwd=2,type='l',xlab="x",ylab="y
4 matches
Mail list logo