draw.coast {RGeostats}R Documentation

Represent the coast line

Description

Represent the coast line

Usage

draw.coast(xlim, ylim, coast = NA, 
	   flag.as.points=FALSE, col0="black", cex0=0.01, ...)

Arguments

xlim,ylim

Bounds of the represented view (defined in longitude, latitude coordinates).

coast

Name of the structure containing the coast lines. It can be:

  • A data frame: the first column corresponds to the longitude and the second column to the latitude of the coast line.

  • Either the keyword "world" or a country name. This will display the coast lines or the border of the country. It requires the libraries 'maps' and 'mapdata'.

flag.as.points

When TRUE, the coast line is represented as points; otherwise it is represented as a polyline. The interest of this option is to avoid spurious lines that may appear when using specific projections.

col0

Color used to draw the coast

cex0

Symbol size used to represent the coast. This parameter is used only when 'flag.as.points' is switched ON.

...

Arguments passed to lines, lines3d


[Package RGeostats version 11.2.12 Index]