mplot: A simple mapping function

View source: R/mplot.R

mplotR Documentation

A simple mapping function

Description

This function is a wrapper of spplot

Usage

mplot(x, loc = NULL, fill = "transparent", col = "gray30", ...)

Arguments

x

A Raster* object

loc

A SpatialPointDataFrame object to add to the map

...

Any argument that can be passed to spplot and levelplot

Author(s)

Chih-Lin Wei <chihlinwei@gmail.com>

Examples

data("woa13ts")
mplot(woa13ts, col.regions=jet.colors2, cut=100)

chihlinwei/SCC85 documentation built on Sept. 15, 2023, 4:47 a.m.