# NOT RUN {
## access the data describing the nodes
new_dat <- dat(germany_net)
# access the id of the network
germany_net2 <- germany_net
id(germany_net2)
id(germany_net2) <- "Germany"
# access the neighborhood matrix of the nodes
neighborhood(germany_net)
# access the number of nodes inside the network
nnodes(germany_net)
# }
Run the code above in your browser using DataLab