Maps of the world and the continents | R Documentation |
It produces maps of the world and the continents.
asia(title = "Asia", coords = NULL)
africa(title = "Africa", coords = NULL)
europe(title = "Europe", coords = NULL)
north.america(title = "North America", coords = NULL)
oceania(title = "Oceania", coords = NULL)
south.america(title = "South America", coords = NULL)
worldmap(title = "World map", coords = NULL)
title |
A character vector with the title of the map. |
coords |
If you want specific points to appear on the plot give the coordinates as a matrix, where the first column contains the longitude and the second column contains the latitude, in degrees. |
Maps of the world or the continents are produced. This are experimental functions and plot the countries with specific colouring at the moment. More functionalities will be added in the future.
A map of the selected continent or the whole world.
Christos Adam.
R implementation and documentation: Christos Adam pada4m4@gmail.com and Michail Tsagris.
sphereplot
x <- euclid.inv( rvmf(10, rnorm(3), 5) )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.