plotFun.stn1 | R Documentation |
Plot a figure based on point stations, for a single plot.
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")
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. |
Ana Casanueva (16.02.2017)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.