powered by
Function for converting a network object into the correct format for use with geomnet
# S3 method for network fortify(model, data = NULL, group = NULL, ...)
object of class "network"
"network"
NULL - not used in this function
character. Used for facetting. If you wish to facet on a network variable provide the name of that variable here.
not used in this function
# NOT RUN { # class network (sna, network, statnet packages) library(network) data(emon, package = "network") fortify(emon$Cheyenne) # }
Run the code above in your browser using DataLab