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