netdiffuseR-options | R Documentation |
netdiffuseR default options
Set of default options used by the package. These can be retrieved
via getOption
using the prefix diffnet
(see examples)
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 |
|
George G. Vega Yon
getOption("diffnet.undirected")
getOption("diffnet.multiple")
getOption("diffnet.self")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.