Hi
I'm trying to analyse some data and need to set the geographic coordinate
system before I can do the analysis. I've been trying to use the project
command in rgdal but keep getting an error message saying:
Error in project(locationsMatrix, PROJECTION.OUT) :
latitude or longitude exceeded l
Hi Mike
Thanks for your comments. I had the code trying to project() the lat, long
so all fixed now.
Thanks for your help and pointing out the R-sig-Geo mailing list which I'll
use in the future should I have other questions.
Thanks
Kate
--
View this message in context:
http://r.789695.n4.nab
Dear all,
Just wondering if someone could help me out converting my code from a for()
loop into a foreach() loop or using one of the apply() function. I have a
very large dataset and so I'm hoping to make use of a parallel backend to
speed up the processing time. I'm having trouble getting selecti
Thanks Jim for your reply. I've split the dataset into indices but am now
having problem with my function. The function I need to use is in two parts:
> H.scv <- Hscv(idh, pilot = "unconstr") ## commands from the ks package
>
> KDE <- kde(idh, H=H.scv, approx.cont=TRUE)
I've tried to write the
v, KDE)
>
> which will return the values in a list that you can then extract from.
>
> On Mon, Jan 23, 2012 at 1:14 AM, kalee <[hidden
> email]<http://user/SendEmail.jtp?type=node&node=4320727&i=0>>
> wrote:
>
> > Thanks Jim for your reply. I've sp
5 matches
Mail list logo