R/voivPlot.R

Defines functions voivPlot

Documented in voivPlot

# plotting voivodhips
voivPlot <- function(x, ..., matchattr=NULL)
{
    # read the shape file
    pl <- getShape("voiv")
    # merge 'x'
    o <- smartSpCbind(sp=pl, x=x, matchattr=matchattr)
    # plot
    spplot(o, "x", ...)
}

Try the mapoland package in your browser

Any scripts or data that you put into this service are public.

mapoland documentation built on May 2, 2019, 6:53 p.m.