plot.dependenciesGraphs | R Documentation |
Plot network for dependenciesGraphs object. Using visNetwork package.
## S3 method for class 'dependenciesGraphs'
plot(object, block = FALSE, width = "100%",
height = "400px")
object |
: dependenciesGraphs object. |
width |
: Width (optional, defaults to automatic sizing) |
height |
: Height (optional, defaults to automatic sizing) |
Plot network for dependenciesGraphs object. Using visNetwork package.
dep <- funDependencies('package:ibr','iterchoiceS1')
plot(dep)
# size
plot(dep, height = "800px", width = "100%")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.