Learn R Programming

netdiffuseR (version 1.16.2)

netdiffuseR-options: netdiffuseR default options

Description

netdiffuseR default options

Arguments

Value

  • The full list of options follows:
  • undirectedFALSE
  • selfFALSE
  • multipleFALSE
  • tol1e-8 (used for package testing)

Details

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

Examples

Run this code
getOption("diffnet.undirected")
getOption("diffnet.multiple")
getOption("diffnet.self")

Run the code above in your browser using DataLab