## Example 1
xcoords = rnorm(10, mean = 0, sd = 20)
ycoords = rnorm(10, mean = 0, sd = 20)
value = c(22, 31, 10, NA, NA, 18, 9, NA, 1, 34)
dataset = cbind(xcoords, ycoords, value)
coords.plot(dataset)
## Example 2
coords.plot(birth)
coords.plot(birth, legend.pos = "bottomright")
Run the code above in your browser using DataLab