Displaying 1 result from an estimated 1 matches for "maptoregion".
Did you mean:
map_to_region
2011 Jan 26
0
Fwd: MAtrix addressing
...o.com>
> Subject: Re: [R] MAtrix addressing
>
>
> On Jan 26, 2011, at 7:58 AM, Alaios wrote:
>
>> Unfortunately right now is convoluted... by I was trying to find
>> some solution.
>> Bring again this picture in front of u
>> http://img545.imageshack.us/i/maptoregion.jpg/
>>
>> Consider f a function that gets as input the coords
>> so
>> f(-1,-1) should return the value of the bottom left point
>> f(1,1) should return the value of the top right point.
>>
>>
>> A.For me an area is approximated by a matrix so each c...