Re: [R] Help with map()

2020-05-14 Thread Jim Lemon
Hi Bill, Have you compared str(radius3) to str(clus1)? It may be quite different. Jim On Thu, May 14, 2020 at 8:24 PM Poling, William via R-help wrote: > > #RStudio Version Version 1.2.1335 > sessionInfo() > # R version 4.0.0 Patched (2020-05-03 r78349) > #Platform: x86_64-w64-mingw32/x64 (64-

Re: [R] Help with map()

2020-05-14 Thread Mark Fowler
ows 10 From: Poling, William via R-help<mailto:r-help@r-project.org> Sent: May 14, 2020 7:23 AM To: r-help@r-project.org<mailto:r-help@r-project.org> Subject: [R] Help with map() #RStudio Version Version 1.2.1335 sessionInfo() # R version 4.0.0 Patched (2020-05-03 r78349) #Platform: x86_

Re: [R] Help with map()

2020-05-14 Thread Poling, William via R-help
Subject: [EXTERNAL] Re: Re: [R] Help with map() External Email - Use Caution Hi Bill, I guess if you run makeDensityMatrix on subsets of the geographic locations and then overlay the different results with densityGrid using different colors, it should work as long as the regions don&#

Re: [R] Help with map()

2020-05-14 Thread Jim Lemon
3 3 3 3 3 3 3 3 3 3 ... > $ Latitude: num 31.2 35.3 36.5 33.4 34.2 ... > $ Longitude : num -81.5 -82.4 -81 -84.7 -80.7 ... > $ distances_Mi: num 770 586 471 769 573 ... > > > > > > Proprietary > > -Original Message- > From: Poling,

Re: [R] Help with map()

2020-05-14 Thread Poling, William via R-help
94 ... $ clusters: num 3 3 3 3 3 3 3 3 3 3 ... $ Latitude: num 31.2 35.3 36.5 33.4 34.2 ... $ Longitude : num -81.5 -82.4 -81 -84.7 -80.7 ... $ distances_Mi: num 770 586 471 769 573 ... Proprietary -Original Message- From: Poling, William Sent:

Re: [R] Help with map()

2020-05-14 Thread Poling, William via R-help
. WHP Proprietary -Original Message- From: Poling, William Sent: Thursday, May 14, 2020 6:46 AM To: Jim Lemon Cc: r-help@r-project.org; Mark Fowler Subject: RE: [EXTERNAL] Re: [R] Help with map() Hi, I ran this which is partially successful. I got long & lat (x&y) with r

Re: [R] Help with map()

2020-05-14 Thread Poling, William via R-help
ssage- From: Poling, William Sent: Thursday, May 14, 2020 6:29 AM To: Jim Lemon Cc: r-help@r-project.org; Mark Fowler Subject: RE: [EXTERNAL] Re: [R] Help with map() Hi Jim, and Mark, thank you for your response. 1. I have restarted R 2. I have only initiated library(magrittr)#for %>

Re: [R] Help with map()

2020-05-14 Thread Poling, William via R-help
23 -122 ... $ distances_Mi: num 2499 2406 2472 2430 2408 ... Then try again, no luck? Weird? Thanks WHP Proprietary -Original Message- From: Jim Lemon Sent: Thursday, May 14, 2020 5:44 AM To: Poling, William Cc: r-help@r-project.org Subject: [EXTERNAL] Re: [R] Help with map()

[R] Help with map()

2020-05-14 Thread Poling, William via R-help
#RStudio Version Version 1.2.1335 sessionInfo() # R version 4.0.0 Patched (2020-05-03 r78349) #Platform: x86_64-w64-mingw32/x64 (64-bit) #Running under: Windows 10 x64 (build 17763) Good morning. I ran routines like this one yesterday with no errors. #Radius3 str(radius3) radius3 <- indi