This might be a very straight forward question, but I seem not to be able to work it out.
In R I have a network object of 251739 nodes (inventors) and 759804 edges (collaborations on patents). Both nodes and edges have attribute files. One of such a edge attribute is appyear
, i.e. the year the inventors applied for a patent.
I want to write all nodes that are incidence on a patent for which appyear == 2005
to a new network.
Can someone give me some pointer on how to do this? I use the latest version of R and the STATNET package.