netdiffuseR-options {netdiffuseR} | R Documentation |
netdiffuseR default options
Description
netdiffuseR default options
Details
Set of default options used by the package. These can be retrieved
via getOption
using the prefix diffnet
(see examples)
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 |
|
Author(s)
George G. Vega Yon
Examples
getOption("diffnet.undirected")
getOption("diffnet.multiple")
getOption("diffnet.self")
[Package netdiffuseR version 1.22.6 Index]