Reputation: 57
I'm new in spatial graphics. I have to present the tmap package for an exam at university. So I was wondering is there a way to add general graphics such as those in the preloaded "World", "Rivers", "Land"... datasets? which are basically "ready to use". Maybe from a repository i don't know of... I tried to look up online and on stack but couldn't find anything useful.
I tried to use some .shp file downloaded online and load it as:
fvg <- readOGR("./FVG/CRN25000ED2_066_AREA.shp", layer = "CRN25000ED2_066_AREA")
.
But i always have problems with the projection and honestly that's not what i'm looking for. I'd like to have something more slick if possible.
Thanks in advance.
Upvotes: 0
Views: 203
Reputation: 1630
I think your question is too general.
As a starting point you can check a tutorial I gave last year in Uruguay, this tutorial includes a tmap section.
hope it helps you
Upvotes: 1