mPathy.configure: Setting global configuration

Description Usage Arguments Author(s) Examples

Description

Functions in mPathy use shared global variables that are not constant but can be adjusted to your liking. This global settings are set by the user with this function.

Usage

1

Arguments

...

Author(s)

Sebastian Gross

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

## The function is currently defined as
function (...) 
{
    if (length(c(...)) == 0) 
        return()
    edit.ConfigFile.Keys(...)
  }

gobics/mPathy documentation built on May 24, 2019, 4:04 a.m.