shp2graph (version 0-5)

Redef.functions: A collection of functions for redefining attributes of edited edges

Description

A function to provide a collection of functions to redefine attributes of edited edges in the functions PN.amalgamation and ME.simplification.

Usage

Redef.functions(v, typ=1)

Arguments

v

An input vector for the specified function;

typ

A value equalling to 1, 2, 3 or 4 to specify a redefinition function:

1->sum(v)

2->min(v)

3->max(v)

4->mean(v)