map.axis: Draw Axes on a Map

View source: R/map.axis.R

map.axisR Documentation

Draw Axes on a Map

Description

Draws axes on a map.

Usage

## S3 method for class 'axis'
map(
  side = 1,
  at,
  major.interval = 1,
  major.cex = 0.6,
  minor.cex = 0.4,
  cex = 1,
  language = "english",
  ...
)

Arguments

side

An integer(s) specifying which side(s) of the plot the axis is to be drawn on. The axis is placed as follows: 1=below, 2=left, 3=above and 4=right.

at

A vector in decimal degrees specifying the points at which tick-marks are to be drawn.

major.interval

A numerical scalar specifying the modulus which define where major tick marks lie. The default value is 1.

major.cex

A numerical value specifying the major tick mark character expansion value.

minor.cex

A numerical value specifying the minor tick mark character expansion value.

...

Further parameters passed on to the axis function.

See Also

map, axis map.new() map.axis()


TobieSurette/gulf.spatial documentation built on Sept. 26, 2024, 7:41 p.m.