Displaying 1 result from an estimated 1 matches for "yotiwb8p9p".
2013 Feb 14
1
Clip a contour with shapefile while using contourplot
...ntour with the shapefile. I want only the portion of contour to be
displayed which falls inside the boundary of the shapefile.
The data mydata.csv can be found on
https://www.dropbox.com/s/khi7nv0160hi68p/mydata.csv
The data for shapefile can be found on
https://www.dropbox.com/sh/ztvmibsslr9ocmc/YOtiwB8p9p
THe code I have used so far is as follows:
# Load Libraries
library(latticeExtra)
library(sp)
library(rgdal)
library(lattice)
library(gridExtra)
#Read Shapefile
hello <- readOGR("shape",
layer="Export_Output_4")
## Project the shapefile to the UTM 16 zone...