plotRoads {roads} | R Documentation |
Plot projected roads
Description
Plot the results of projectRoads()
Usage
plotRoads(sim, mainTitle, subTitle = paste0("Method: ", sim$roadMethod), ...)
Arguments
sim |
|
mainTitle |
character. A title for the plot |
subTitle |
character. A sub title for the plot, by default the |
... |
Other arguments passed to raster plot call for the |
Value
Creates a plot using base graphics
Examples
CLUSexample <- prepExData(CLUSexample)
prRes <- projectRoads(CLUSexample$landings, CLUSexample$cost, CLUSexample$roads)
if(interactive()){
plotRoads(prRes, "Title")
}
[Package roads version 1.2.0 Index]