initialize-methods: initialize Method

Description Usage Arguments

Description

initialize Method

initialize Method

initialize Method

initialize Method

initialize Method

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
## S4 method for signature 'Node'
initialize(.Object, data = NULL, ...)

## S4 method for signature 'Customer'
initialize(.Object, data = NULL, ...)

## S4 method for signature 'Link'
initialize(.Object, n1, n2, ...)

## S4 method for signature 'Warehouse'
initialize(.Object, data = NULL, ...)

## S4 method for signature 'GeoSituation'
initialize(.Object, data = NULL, ...)

Arguments

data

can of type data.frame or list

n1

Origin-Node

n2

Destination-Node

.Object

An object: see the Details section.

...

data to include in the new object. Named arguments correspond to slots in the class definition. Unnamed arguments must be objects from classes that this class extends.


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