SpatialExtremes (version 2.0-7)

swiss: Map of the Switzerland.

Description

Plot a map of Switzerland and optionnaly some cities.

Usage

swiss(city = FALSE, add = FALSE, axes = FALSE, km = TRUE, xlab = "",
ylab = "", ...)

Arguments

city

Logical. It TRUE, some city are displayed. Default is to omit.

add

Logical. Should the map be added to an existing plot?

axes

Logical. Should the axis be displayed?

km

Logical. If TRUE (default) the longitude and latitude are expressed in kilometers. Otherwise it is in meters.

xlab,ylab

The x and y-axis labels.

Optional arguments to be passed to the plot function.

Value

A graphic window.

Examples

Run this code
# NOT RUN {
swiss()
# }

Run the code above in your browser using DataCamp Workspace