Skip to content

help

2 messages · Yanis El Omari, Gábor Csárdi

#
Hi,

the thing is, you didn't really have any questions in your email. What
is the problem with your code? Is it not giving the expected results?
More below.

On Wed, Aug 22, 2012 at 8:31 AM, Yanis El Omari
<yanis.elomari at esma.europa.eu> wrote:
[...]
What is this this supposed to do? Do you mean 'rm(list=ls())' ?
The above two lines are not needed, you can remove them.
This is probably wrong, the results are written to a file named
"indeg[i].txt", I think you want something like

write(indeg, sprintf("indeg[%i].txt", i), sep="\n")
Maybe, but what is your problem with it? (Apart from the incorrect
naming of the output files.)

Gabor

[...]