Skip to contents

Plot the results of projectRoads

Usage

plotRoads(sim, mainTitle, subTitle = paste0("Method: ", sim$roadMethod), ...)

Arguments

sim

sim list result from projectRoads

mainTitle

A title for the plot

subTitle

A sub title for the plot, by default the roadMethod is used

...

Other arguments passed to raster plot call for the weightRaster

Value

Creates a plot using base graphics

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")
}