visNetwork.default {metanetwork} | R Documentation |
Default configuration for visNetwork
Description
A list with parameters customizing visNetwork visualisation (see visNetwork documentations)
Usage
visNetwork.default
Format
An object of class metanetwork_config
of length 4.
Examples
# display all default settings
visNetwork.default
# create a new settings
visNetwork.custom = visNetwork.default
visNetwork.custom$label.size = 10
visNetwork.custom
[Package metanetwork version 0.7.0 Index]