|
DI plot.networkPlots network locations after plot has been initialized by plot.network.setup; generally only used by network.plotter and plot.prob USAGE: plot.network(nw.obj=new.network, add.map=T, add.county=T) REQUIRED ARGUMENTS: nw.obj Network object as created by make.network.obj OPTIONAL ARGUMENTS: add.map Add map of US to plot? add.county Logical to add US state county lines to plot or not. If true then state lines are automatically drawn even if add.map is false. SIDE EFFECTS: Adds map to existing plot. SEE ALSO: plot.network.setup, network.plotter, plot.prob EXAMPLES: plot.network.setup( nw.obj=my.network.obj) se.obj <- se.image( my.network.obj, nx=60, ny=60) image.plot( se.obj) plot.network( nw.obj=my.network.obj, add.map=T, add.county=F) |
This is software for statistical research and should not be used for commercial purposes. The authors do not guarantee the correctness of any function or program in this package.