[R] convert to grid file

2011-09-01 Thread azam jaafari
Hi   I computed probability in each cell. I have:    [99883,] -0.0062412957690  [99884,] -0.0062412957690  [99885,] -0.0062412957690  [99886,] -0.0062412957690  [99887,] -0.0062412957690  [99888,] -0.0062412957690  [99889,]  0.9909126638948  [99890,]  0.9909126638948  [99891,]  0.9909126638948  

Re: [R] convert to grid file

2011-09-01 Thread Petr PIKAL
Hi Hi I computed probability in each cell. I have: [99883,] -0.0062412957690 [99884,] -0.0062412957690 [99885,] -0.0062412957690 [99886,] -0.0062412957690 [99887,] -0.0062412957690 [99888,] -0.0062412957690 [99889,] 0.9909126638948 [99890,] 0.9909126638948 [99891,]

Re: [R] convert to grid file

2011-09-01 Thread azam jaafari
1, 2011 8:59 AM Subject: Re: [R] convert to grid file Hi Hi   I computed probability in each cell. I have:     [99883,] -0.0062412957690   [99884,] -0.0062412957690   [99885,] -0.0062412957690   [99886,] -0.0062412957690   [99887,] -0.0062412957690   [99888,] -0.0062412957690   [99889

Re: [R] convert to grid file

2011-09-01 Thread Petr PIKAL
Subject: Re: [R] convert to grid file Hi Hi I computed probability in each cell. I have: [99883,] -0.0062412957690 [99884,] -0.0062412957690 [99885,] -0.0062412957690 [99886,] -0.0062412957690 [99887,] -0.0062412957690 [99888,] -0.0062412957690 [99889

Re: [R] convert to grid file

2011-09-01 Thread azam jaafari
...@precheza.cz To: azam jaafari azamjaaf...@yahoo.com Cc: R-help r-help@r-project.org Sent: Thursday, September 1, 2011 10:22 AM Subject: Re: [R] convert to grid file Hi Thank you Petr It work. Now I have a matrix 970*960. If I want to convert to spatial grid (each pixel has x and y

Re: [R] convert to grid file

2011-09-01 Thread Petr PIKAL
= as.vector(d$z[,ncol(d$z):1]))) It doesn't work and I think it is wrong. Thanks From: Petr PIKAL petr.pi...@precheza.cz To: azam jaafari azamjaaf...@yahoo.com Cc: R-help r-help@r-project.org Sent: Thursday, September 1, 2011 10:22 AM Subject: Re: [R] convert to grid file Hi