plotRoads {roads} | R Documentation |
Plot projected roads
Description
Plot the results of projectRoads
Usage
plotRoads(sim, mainTitle, subTitle = paste0("Method: ", sim$roadMethod), ...)
Arguments
sim |
sim list result from |
mainTitle |
A title for the plot |
subTitle |
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.1.1 Index]