igraph-help
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [igraph] Getting a subgraph of a graph whose nodes have certain attr


From: Peter Flom
Subject: Re: [igraph] Getting a subgraph of a graph whose nodes have certain attributes
Date: Sat, 7 Apr 2012 15:46:43 -0400

The solution was to use

vs <- subset(traits$Position, traits$Volume > 50)

instead of the [ ] notation.  

One of R's oddities (or harsher language......)

Peter

Peter Flom
Peter Flom Consulting
http://www.statisticalanalysisconsulting.com/
http://www.IAmLearningDisabled.com

-----Original Message-----
From: address@hidden
[mailto:address@hidden
On Behalf Of Jan Schulz
Sent: Saturday, April 07, 2012 3:29 PM
To: Help for igraph users
Subject: Re: [igraph] Getting a subgraph of a graph whose nodes have certain
attributes

Hi Peter!

On 7 April 2012 20:40, Peter Flom <address@hidden>
wrote:
> Never mind, I figured this out.

So what was the solution? :-)

Kind regards,

Jan
--
Jan Schulz
mail: address@hidden

_______________________________________________
igraph-help mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/igraph-help




reply via email to

[Prev in Thread] Current Thread [Next in Thread]