View source: R/asDataFrameNetwork.R
as.data.frame.Network | R Documentation |
Convert network to data frame.
## S3 method for class 'Network'
as.data.frame(
x,
row.names = NULL,
optional = FALSE,
include.extras = TRUE,
...
)
x |
[ |
row.names |
[ |
optional |
[any] |
include.extras |
[ |
... |
[any] |
[data.frame
]
If the instance contains of n
depots, the depot coordinates fill the
first n
rows of the data frame.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.