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
Any chance you forgot to load a library (e.g. maps) for the second round, or maybe changed a loading sequence and overwrote the intended map function? Looks like #2 might be trying to use a purrr-style map function. Sent from Mail for Windows 10 F

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()