Learn R Programming

shp2graph (version 0-2)

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

Description

The function is used to redifine attributes of new edges when the optimization functions PN.amalgamation and ME.simplification are conducted.

Usage

Redef.functions(v, typ=1)

Arguments

v

An input vector for the specified function;

typ

a value from “1, 2, 3, 4” to specify the redefinition method: 1->sum(v), 2->min(v),3->max(v),4->mean(v)