I've run across some example R code (using the statnet and network packages) that contains a few notations i'm not familiar with...not unusual as i'm a VERY casual R user.
I'm wondering specifically about "%v% and "%e%".
Examples:
item.statnet%v%"foo"=log(item.codegree)
plot.network(item.statnet,edge.col="gray",edge.lwd=item.statnet%e%"edge.lwd",label="vertex.names")
I've tried some searches but strings like "R" and "%e%" don't work well with google, apparently.....