search for: graphlet

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

Did you mean: 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 spgr...
2004 Jan 12
1
graphlets -- more
...t with the user to define "what data to look at" - and what to do with it - toss off an R batch script (a few calls, to perhaps complex functions) and a bunch of data - R sends back a "blob" that X can display The "blob" is an html doc with tables and plots. The graphlet part comes from the desire to allow the lab tech to drill 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...
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.for...
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 e...
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.