Learn R Programming

geo (version 1.4-3)

ices: ICES Areas

Description

Draw a map showing ICES areas 1--14.

Usage

ices(labels = "roman", diagrams = FALSE, col = "black", lwd = 3, col.lines = "grey80", font = 2, col.text = "orangered", cex = 1)

Arguments

labels
is how to annotate areas: "roman" (I--XIV), FALSE (no labels), vector (custom), otherwise 1--14.
diagrams
is whether to show diagrams on console.
col
is passed to map.
lwd
is passed to lines.
col.lines
is passed to lines.
font
is passed to text.
col.text
is passed to text.
cex
is passed to text.

Value

Invisible data frame with coordinates.

Examples

Run this code
ices()

Run the code above in your browser using DataLab