Learn R Programming

netdiffuseR (version 1.16.7)

netdiffuseR-options: netdiffuseR default options

Description

netdiffuseR default options

Arguments

Value

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

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