igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] installation


From: Tamas Nepusz
Subject: Re: [igraph] installation
Date: Thu, 28 Jan 2010 00:04:05 +0000

Hi Roberto,

> I'm trying to install igraph for R with install.packages, but when I type 
> 
> from igraph import *
This is Python's syntax. If you are trying to use igraph from R, you have to do 
this:

install.packages("igraph")
library(igraph)

-- 
Tamas





reply via email to

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