rworldmap icon indicating copy to clipboard operation
rworldmap copied to clipboard

R package for mapping country data

Results 15 rworldmap issues
Sort by recently updated
recently updated
newest added

Hello I used mapPies to plot command: mapPies(data,nameX="LOG", nameY="LAT", nameZs =c('A','D'),zColours=c("red", "blue"), oceanCol = "lightblue",landCol = "wheat",addSizeLegend=F, addCatLegend=T,mapRegion="eurasia") while get the ERROR **Error in ratio * radius * cos(2 *...

I'm on a mac. I have copied the complete set of error messages below. It may have something to do with my gfortran installation though. The error message mentions gfortran5...

Stops Check from passing locally. checking data for ASCII and uncompressed saves ... WARNING Warning: large data files saved inefficiently: size ASCII compress coastsCoarse.rda 113Kb FALSE none

Initially use rebuilt objects from here : http://spatial.nhh.no/R/rebuilt_sp_objects/rworldmap/ Following email from CRAN : [email protected] 24 Aug 2020 Your package rworldmap stores data objects using classes defined in the sp package...

Dear AndySouth, I am trying to map global distribution data with a focus on the lesser antilles. I tried the joinCountryData2Map function with ISO3, UN, NAME codes for Guadeloupe (glp),...

I was looking for a way to plot the world map except for antartica and I realized that setting `ylim` in `mapCountryData` gets ignored unless `aspect` is set to `"variable"`....

Hi I was wondering if there is an option for mapPies to be used with other raster maps, so without the region option? I have tried a few variations but...

I have been making some world maps using the countriesCoarse data. I used the "continent" variable to select the continents but found but that French Guiana was missing when I...

Hi, Could you please tell me what the code for a color vector looks like in R, rworldmap is giving me this error when I plug in "Greens": Warning message:...

```r library(data.table) library(rworldmap) data("countryRegions") cR