Plot the results of projectRoads()
Usage
plotRoads(sim, mainTitle, subTitle = paste0("Method: ", sim$roadMethod), ...)
Examples
CLUSexample <- prepExData(CLUSexample)
prRes <- projectRoads(CLUSexample$landings, CLUSexample$cost, CLUSexample$roads)
#> 0s detected in weightRaster raster, these will be considered as existing roads
if(interactive()){
plotRoads(prRes, "Title")
}