plotDataBD: Plot Geostatistical Data

Description Usage Arguments Author(s) See Also Examples

Description

This function plots the given boundaries and geostatistical data sets.

Usage

1
2
3
plotDataBD(bdry, Y = NULL, loc = NULL, 
        Yp = NULL, locp = NULL, Yt = NULL, loct = NULL, 
        col = 1:2, colt = 3, pch = 1, size = c(0.3, 2.7), ...)

Arguments

bdry

a list containing the coordinates of boundaries

Y, Yp, Yt

the vector of response variables

loc, locp, loct

n \times 2 matrix that indicates the coordinates of locations

col, colt

the colors used for different sets of response variables

pch

the shape

size

the minimum and maximum of the sizes

...

other parameters that control the plotting

Author(s)

Liang Jing ljing918@gmail.com

See Also

simData, plotData.

Examples

1
2
3
4
5
## Not run: 
data(TexasCounty_boundary)
plotDataBD(TexasCounty.boundary, xlab = "Longitude", ylab = "Latitude")

## End(Not run)

geoCount documentation built on May 2, 2019, 5:46 p.m.