plotGeoSituation: plotGeoSituation

Description Usage Arguments Details optional arguments

Description

plotGeoSituation

Usage

1
2
3
4
plotGeoSituation(object, ...)

## S4 method for signature 'GeoSituation'
plotGeoSituation(object, ...)

Arguments

object

the GeoSituation-Object to be plotted

...

list of optional values (see below)

Details

Optional Parameters for this Methdod.

optional arguments

as used in plot.default:

The parameters xlim, ylim, xlab, ylab, main, sub recieve a default value, if not given. By default asp=1 is set and should not be changed.

plotBorders:

logical default = FALSE. If TRUE, the borders from the dataset bordersgermany.polygon will be drawn.

plotcities:

logical default = FALSE. If TRUE, the cities from the dataset bordersgermany.cities will be drawn.

plotGrid:

logical default = FALSE. If TRUE, a grid will be drawn using the function grid.

drawNodes:

logical default = TRUE. If TRUE, all Nodes in x (of type GeoSituation will be plotted.

drawWarehouses:

logical default = TRUE. If TRUE, all Warehouses in x (of type GeoSituation will be plotted.

drawCustomers:

logical default = TRUE. If TRUE, all Customers in x (of type GeoSituation will be plotted by calling drawCustomers.

drawLinks:

logical default = TRUE. If TRUE, all Links in x (of type GeoSituation will be plotted.


felixlindemann/HNUORTools documentation built on May 8, 2019, 6:46 p.m.