network | R Documentation |
Directed Graph Centrality
network(
data,
labels,
vars,
cen = TRUE,
plot = FALSE,
width = 500,
height = 500
)
data |
The data as a data frame. |
labels |
. |
vars |
. |
cen |
. |
plot |
. |
width |
. |
height |
. |
A results object containing:
results$instructions | a html | ||||
results$text | a preformatted | ||||
results$cen | a table | ||||
results$plot | an image | ||||
Tables can be converted to data frames with asDF
or as.data.frame
. For example:
results$cen$asDF
as.data.frame(results$cen)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.