netdiffuseR-options function

netdiffuseR default options

netdiffuseR default options

Returns

The full list of options follows: - undirected: FALSE

  • self: FALSE

  • multiple: FALSE

  • tol: 1e-8 (used for package testing)

  • valued: FALSE

  • outgoing: TRUE

  • keep.isolates: TRUE

  • minmax.relative.size: c(0.025, 0.05)

Details

Set of default options used by the package. These can be retrieved via getOption using the prefix diffnet (see examples)

Examples

getOption("diffnet.undirected") getOption("diffnet.multiple") getOption("diffnet.self")

Author(s)

George G. Vega Yon