Re: [R] Plotrix pyramid plot: request for a little help

2023-06-06 Thread Jim Lemon
Hi Mohsin, I must have hit the wrong key and sent the last email. The last paragraph should read: To answer your question, I used the "laxlab" and "raxlab" arguments. I also extended them to 0-200 to cover the range of the largest counts. You can use 0-150 for both, but it is not a good idea to r

Re: [R] Plotrix pyramid plot: request for a little help

2023-06-06 Thread Jim Lemon
Hi Mohsin, As I don't have your data, I had to fake it, so there are probably some mistakes in the example below: # my suggestion x<-c(143,108,95,72,70,85,125,123,64,67,144,55,60,200,70,100,65,140,49,45,77,58,66,50,77) y<-c(41,32,28,13,15,29,72,71,17,180,9,13,145,29,56,22,97,13,9,42,20,7,30,10,41)

Re: [R] Recommended ways to draw US Census map on Open Street Map base map?

2023-06-06 Thread Bert Gunter
As you are using Rstudio stuff(ggplot, tidyverse,etc.), you might try the RStudio support site here (note that they have rebranded under the banner "posit.co"). However, I would have also thought the R-sig-geo list was the best place to look for such help. Cheers,

[R] Recommended ways to draw US Census map on Open Street Map base map?

2023-06-06 Thread Kevin Zembower via R-help
Hello, all, I asked a version of this question on the R-sig-geo list, but didn't get any response. I'm asking here in the hopes of a wider audience. I'm trying to draw US Census map data, fetched with tigris, on top of a base map fetched by the package OpenStreetMap. I'm hoping for the most st