# NOT RUN {
# }
# NOT RUN {
# Draw sample
## The following take > 5s
HI.sample <- grts.line(HI.coast,10,5)
# Plot
plot( HI.coast )
# Plot 'sample' locations
plot( HI.sample[ HI.sample$pointType == "Sample", ], pch=16, add=TRUE, col="red" )
# Plot 'over sample' locations
plot( HI.sample[ HI.sample$pointType == "OverSample", ], pch=1, add=TRUE, col="blue" )
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab