# NOT RUN {
test<-network.initialize(5,directed=FALSE)
test[2,1]<-1 #ergm wont like this
test$mel[[1]] # peek at internal representation
test2<-standardize.network(test) # enforce!
test2$mel[[2]] # 1 and 2 have traded places
# }
Run the code above in your browser using DataLab