igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] Functions


From: Gábor Csárdi
Subject: Re: [igraph] Functions
Date: Tue, 18 Feb 2014 19:08:00 -0500

This mailing list is about igraph, and not about how to program in R. 

Please read "An Introduction to R", especially section 10, "Writing your own functions". 
http://cran.r-project.org/doc/manuals/r-release/R-intro.html#Writing-your-own-functions

Gabor


On Tue, Feb 18, 2014 at 6:56 PM, Ragia Ibrahim <address@hidden> wrote:
Hi,

I used to write C++ code. write what i want in a function ..pass pointers if i want to change the object real value...
here i want to ask........
in R, igraph....should i write the script as lines without functions..to change graph attributes or edges attributes or some values of the nodes ?
should i pass copy of the graph each time i write a function ?
how should the program looks like? 


thanks in advance
Ragia

_______________________________________________
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]