oceania: maps of the world and the continents

View source: R/oceania.R

Maps of the world and the continentsR Documentation

maps of the world and the continents

Description

It produces maps of the world and the continents.

Usage

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)

Arguments

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.

Details

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.

Value

A map of the selected continent or the whole world.

Author(s)

Christos Adam.

R implementation and documentation: Christos Adam pada4m4@gmail.com and Michail Tsagris.

See Also

sphereplot

Examples

x <- euclid.inv( rvmf(10, rnorm(3), 5) )

Directional documentation built on Oct. 12, 2023, 1:07 a.m.