plotFun.stn1: Plot stations (single plot).

View source: R/plotFun.stn1.R

plotFun.stn1R Documentation

Plot stations (single plot).

Description

Plot a figure based on point stations, for a single plot.

Usage

plotFun.stn1(x, lon, lat, xlims, ylims, breaks = breaks,
  palette = palette, cex.marker, cex.main, title.main, axis.lab,
  mark.border = mark.border, text = NULL, cex.text = 1,
  map.fill = FALSE, map.col = "grey89")

Arguments

x

vector to be plotted.

lon

vector of longitudes. It must have the same length as x.

lat

vector of latitudes. It must have the same length as x.

xlims

2-element vector defining the minimum and maximum longitud for the plotting area.

ylims

2-element vector defining the minimum and maximum latitude for the plotting area.

breaks

vector of values defining the intervals to be used in the colorbar.

palette

character vector with the colors for the plot. They will be interpolated to match the number of intervals defined by breaks.

cex.marker

numeric value giving the marker expansion factor. Default: 1.

cex.main

numeric value giving the title expansion factor. Default: 1.

title.main

character string with the title.

axis.lab

display or not lon/lat ticks and labels. Default=FALSE

mark.border

logical. If black contour for the cicles is plotted. Default=TRUE.

text

display some text in each point. Length should be the same as lat and lon.

cex.text

numeric value giving the text expansion factor. Default: 1.

map.fill

logical. If map is filled with colour in ‘map.col’. Default: FALSE

map.col

Colour for the map (continent). Default: grey89.

Author(s)

Ana Casanueva (16.02.2017)


anacv/plotFun documentation built on June 21, 2022, 10:31 p.m.