Learn R Programming

netdiffuseR (version 1.22.6)

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

minmax.relative.size

c(0.025, 0.05)

Author

George G. Vega Yon

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