Convert network to data frame.
# S3 method for Network
as.data.frame(x, row.names = NULL, optional = FALSE,
include.extras = TRUE, ...)
[Network
]
Network.
[character
]
Row names for the result. Default is NULL
.
[any] Currently not used.
[logical(1)
]
Include additional information like cluster membership and node type as specific columns?
Default is TRUE
.
[any] Currently not used.
[data.frame
]