RStudio is just an interface for R, not a fully featured editor, so I don't
think you'll be able to use it to directly compile C code unless you want
to access C code THROUGH r (adv-r.had.co.nz/C-interface.html).
On Sat, Nov 29, 2014 at 9:01 AM <[email protected]> wrote:

> Send igraph-help mailing list submissions to
>         [email protected]
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         https://lists.nongnu.org/mailman/listinfo/igraph-help
> or, via email, send a message with subject or body 'help' to
>         [email protected]
>
> You can reach the person managing the list at
>         [email protected]
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of igraph-help digest..."
>
>
> Today's Topics:
>
>    1. Re: calculating the number of edges on the boundary of S
>       (Tamas Nepusz)
>    2. Multiplex networks: Edge type related metrics by node
>       (lookman sanni)
>    3.  : C and R Language (patricia)
>    4. Re: calculating the number of edges on the boundary of S
>       (Fatemeh a)
>    5. Re: : C and R Language (Tamas Nepusz)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Fri, 28 Nov 2014 20:21:17 +0100
> From: Tamas Nepusz <[email protected]>
> To: Help for igraph users <[email protected]>
> Subject: Re: [igraph] calculating the number of edges on the boundary
>         of S
> Message-ID: <[email protected]>
> Content-Type: text/plain; charset=us-ascii
>
> > after the steps you explain to me ,I use the graph.strength()  to get the
> > number of edges pointed out for each community, But I was wondering is it
> > any way to assign  the id of each vertex  in the contracted graph exactly
> > the membership number of the community in the original graph.
> This is exactly what happens if you use contract.vertices() with the
> membership
> vector. contract.vertices() expects a vector that tells the "new" ID of
> each
> vertex after the contraction. So, if the value belonging to a certain
> vertex in
> the membership vector is X, then the vertex will be merged into the "new"
> node
> with ID=X in the contracted graph.
>
> Best,
> T.
>
>
>
> ------------------------------
>
> Message: 2
> Date: Fri, 28 Nov 2014 23:22:20 +0100
> From: lookman sanni <[email protected]>
> To: [email protected]
> Subject: [igraph] Multiplex networks: Edge type related metrics by
>         node
> Message-ID:
>         <CAGwU10dTVmVd0LfOrgVBz3igwTPX8QMOg7A7Ag6uiGhTbxT5xg@mail.
> gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
> Hello everyone. I am new to SNA and learning how to use the igraph package.
> I have built a multiplex network from some flat file and would like to
> compute couple of metrics on top of that network:
>
>    - The number of edge types by node (multiplexity)
>    - A metric (matrix, contingent table) of edge types association between
>    the same nodes (e.g: money transfer + good transfer: 20 pairs of nodes;
>    money transfer + kinship: 120 pairs of nodes)
>
> I have not seen any likely metrics in my web searches. Would I need to
> write them ? If yes, is there any available guideline on how to contribute
> to igraph ?
>
> --
> Best Regards
>
> Lookman SANNI
> http://blog.lookouster.org
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <http://lists.nongnu.org/archive/html/igraph-help/
> attachments/20141128/988367d7/attachment.html>
>
> ------------------------------
>
> Message: 3
> Date: Sat, 29 Nov 2014 02:01:35 +0300
> From: patricia <[email protected]>
> To: Help Igraph <[email protected]>
> Subject: [igraph]  : C and R Language
> Message-ID: <[email protected]>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Hello, Tam?s
> Are you all right?
> I wonder if you know how do I run code written in C using RStudio (Windows
> Vista Operating System and IGRAPH installed with Cygwin)?
> Thank you!
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <http://lists.nongnu.org/archive/html/igraph-help/
> attachments/20141129/ab2b4393/attachment.html>
>
> ------------------------------
>
> Message: 4
> Date: Sat, 29 Nov 2014 11:40:39 +0330
> From: Fatemeh a <[email protected]>
> To: Help for igraph users <[email protected]>
> Subject: Re: [igraph] calculating the number of edges on the boundary
>         of S
> Message-ID:
>         <CABzwCXNcHZKARCdwQf4_OAhKZdkmHk2bGBMK6MX=E1j6OjR7LQ
> @mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Thank you so much Tamas.
> sorry for not checking it twice!
> Regards,
> fatemeh
>
> On Fri, Nov 28, 2014 at 10:51 PM, Tamas Nepusz <[email protected]> wrote:
>
> > > after the steps you explain to me ,I use the graph.strength()  to get
> the
> > > number of edges pointed out for each community, But I was wondering is
> it
> > > any way to assign  the id of each vertex  in the contracted graph
> exactly
> > > the membership number of the community in the original graph.
> > This is exactly what happens if you use contract.vertices() with the
> > membership
> > vector. contract.vertices() expects a vector that tells the "new" ID of
> > each
> > vertex after the contraction. So, if the value belonging to a certain
> > vertex in
> > the membership vector is X, then the vertex will be merged into the "new"
> > node
> > with ID=X in the contracted graph.
> >
> > Best,
> > T.
> >
> > _______________________________________________
> > igraph-help mailing list
> > [email protected]
> > https://lists.nongnu.org/mailman/listinfo/igraph-help
> >
>
>
>
> --
> regards
> F..A
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <http://lists.nongnu.org/archive/html/igraph-help/
> attachments/20141129/f1300085/attachment.html>
>
> ------------------------------
>
> Message: 5
> Date: Sat, 29 Nov 2014 10:16:23 +0100
> From: Tamas Nepusz <[email protected]>
> To: Help for igraph users <[email protected]>
> Subject: Re: [igraph] : C and R Language
> Message-ID: <[email protected]>
> Content-Type: text/plain; charset=us-ascii
>
> > I wonder if you know how do I run code written in C using RStudio
> (Windows Vista Operating System and IGRAPH installed with Cygwin)?
> Personally, I have no idea -- it's been a while since I used Windows and I
> have
> never used RStudio.
>
> --
> T.
>
>
>
> ------------------------------
>
> _______________________________________________
> igraph-help mailing list
> [email protected]
> https://lists.nongnu.org/mailman/listinfo/igraph-help
>
>
> End of igraph-help Digest, Vol 100, Issue 26
> ********************************************
>
_______________________________________________
igraph-help mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/igraph-help

Reply via email to