search for: graphlets

Displaying 5 results from an estimated 5 matches for "graphlets".

2002 Oct 01
2
Does R have graphlets?
I've been experimenting some with the graphlets which S-Plus 6.1 has. Is there something similar in R? I've looked through documentations, and at SJava, but haven't found it. (If you don't know what a graphlet is, here's what it appears to be: a graphlet is a binary file that encodes information about a graph. Java uses spgra...
2004 Jan 12
1
graphlets -- more
...l down to plots that are always defined and present, but rarely displayed. The main plot contains results from several experiments, one looks odd, so they can click on it to see the per-experiment results. Because of environmental and speed constraints, this is not an interactive R session. The graphlets package allows this type of operation with java. Terry Therneau
2016 Apr 30
0
Graphlet degree distribution agreement in
Hi all, I have created my network using igraph package. It provides graphlet function to calculate number of graphltes. I want to find graphlet degree distribution agreement of a graph. How can i achieve that..?? The package ergm.graphlets is there in r but there isn't any examples available for usage of this package. My R script is: library(igraph) g2 <- graph.formula(A:B - A:C, X:Z - X:Y - X:B, C:Z , C:X ) g2 plot(g2) Please provide help. [[alternative HTML version deleted]]
2006 Jul 07
0
graphlets
...ented something with similar functionalities using SVG a couple of years ago, and since then the svgdevice package had been made available. I do not know SVG myself, but according to Naras, it's all possible. Best, Andy From: Terry Therneau > > I have an application where the Splus graphlets() package > would work very well, and would like to know if there is any > comparable work in R. In response to a similar query on this > list about 1.5 years ago the Orca package was mentioned, but > it seems to be inactive. > For those who don't know, graphlets are an ex...
2005 Mar 04
2
how to draw graphs within clickable hyperlink
Hi all I want to draw a graph containing points and edges. Package graphics could do this. However I want to make each those points and edges clickable with a hyperlink on them. Anybody know how to do this? Thanks very much.