drawCustomers: drawCustomers

Description Usage Arguments Details optional arguments

Description

drawCustomers

Usage

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

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

Arguments

object

the GeoSituation-Object(s) to be plotted

...

list of optional values (see below)

Details

Optional Parameters for this Methdod.

optional arguments

zoom:

numeric default = 0.1. Used as a scale for the House-Polygons.

withlabels:

logical default = TRUE. If TRUE, labels will be printed for each customer.

customer.font.cex:

numeric default = 1. Defines with which font-size the labels will be printed.

customer.font.col:

numeric or character default = "black". The color the labels should be printed in. Can be an Array of length of Customers to provide different colors. By default, the provided value will be copied.

customer.bg.col:

numeric or character default = "gray". The color the warehouses-background should be printed in. Can be an Array of length of Customers to provide different colors. By default, the provided value will be copied.

customer.borders.col:

numeric or character default = "black". The color the warehouses-outline should be printed in. Can be an Array of length of Customers to provide different colors. By default, the provided value will be copied.

customer.point.pch:

numeric default = 20. defines the pch of the customers. can be an array of length of customers. By default, the provided value will be copied.

customer.point.cex:

numeric default = 1. defines the cex of the customers. can be an array of length of customers. By default, the provided value will be copied.


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