setwd(system.file("extdata", package = "secrlinear"))
tempmask <- read.linearmask(file = "silverstream.shp", spacing = 50)
## show all edges
plot(tempmask, linecol = 'white')
tmp <- showedges(tempmask, add = TRUE)
## select a rectangular area to zoom in
replot(tempmask)
## click on the vertices of one or more edges to delete or add
tempmask <- deleteedges(tempmask)
tempmask <- addedges(tempmask)Run the code above in your browser using DataLab