Description Usage Arguments Details Value Note Author(s) See Also Examples
Takes the results of a temporal path search (a tPath
) as input and creates a new network object representing the path tree which can be plotted for debugging, etc.
1 2 | ## S3 method for class 'tPath'
as.network(x, ...)
|
x |
A |
... |
possible additional arguments |
Attributes of original network are not copied
a directed networkDynamic
object representing the path information from the input. Each edge has the onset time indicated by its distance in the path.
this is probably not the final form of this function
skyebend
See also paths
.
1 2 3 4 | data(moodyContactSim)
v1path<-tPath(moodyContactSim,v=1)
v1tree<-as.network(v1path)
plot(v1tree,displaylabels=TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.