# NOT RUN {
<!-- %\dontrun{ -->
# }
# NOT RUN {
##
# Load 29 ozone monitoring locations in New York.
data(NYdata)	
coords <- as.matrix(NYdata[,c(2,3)])
# Find the knots coordinates
knots.coords <- spT.grid.coords(Longitude=c(max(coords[,1]),
          min(coords[,1])), Latitude=c(max(coords[,2]),
          min(coords[,2])),by=c(4,4))      
knots.coords
##
# }
# NOT RUN {
<!-- %} -->
# }
Run the code above in your browser using DataLab