Skip to content
Prev 146741 / 398500 Next

Hello

"sumit gupta" <sumit.iitm at gmail.com> napsal dne 11.06.2008 07:53:54:
been
of graph using R

Well, as you did not provided some data

 mat<-cbind(sample(1:5, 70, replace=T), sample(1:5, 70, replace=T), 
rnorm(70))
dim(mat)
[1] 70  3
library(akima)
filled.contour(interp(mat[,1], mat[,2], mat[,3], duplicate="mean"))
image(interp(mat[,1], mat[,2], mat[,3], duplicate="mean"))


is this what you want?

Regards
Petr

            
Message-ID: <OF153DB484.8337A644-ONC1257465.0033A815-C1257465.00341D9B@precheza.cz>
In-Reply-To: <42ac06820806102253x19f95134s2b43197b3d16a306@mail.gmail.com>