search for: graph

Displaying 20 results from an estimated 9315 matches for "graph".

2012 Jun 20
2
[LLVMdev] Exception handling slowdown?
...46 > Unchanged Tests 849 848 > *Total Tests* *894* *894* > > > Run-Over-Run Changes Detail > > Performance Regressions - Compile Time Δ Previous Current σ Δ (B) σ (B) > SingleSource/UnitTests/ObjC/exceptions-4 > <http://llvm.org/perf/db_default/v4/nts/1283/graph?test.420=3> 7.94% 0.3463 > 0.3738 0.0002 7.88% 0.0002 > SingleSource/UnitTests/ObjC/trivial-interface > <http://llvm.org/perf/db_default/v4/nts/1283/graph?test.222=3> 7.88% 0.3437 > 0.3708 0.0003 7.73% 0.0003 > SingleSource/UnitTests/ObjC/exceptions-2 > <http://llvm.or...
2012 Jun 25
0
[LLVMdev] Exception handling slowdown?
...>> *Total Tests* *894* *894* >> >> >> Run-Over-Run Changes Detail >> >> Performance Regressions - Compile Time Δ Previous Current σ Δ (B) σ (B) >> SingleSource/UnitTests/ObjC/exceptions-4 >> <http://llvm.org/perf/db_default/v4/nts/1283/graph?test.420=3> 7.94% 0.3463 >> 0.3738 0.0002 7.88% 0.0002 >> SingleSource/UnitTests/ObjC/trivial-interface >> <http://llvm.org/perf/db_default/v4/nts/1283/graph?test.222=3> 7.88% 0.3437 >> 0.3708 0.0003 7.73% 0.0003 >> SingleSource/UnitTests/ObjC/exceptions-2 &gt...
2012 Jul 05
2
[LLVMdev] Exception handling slowdown?
...94* *894* >>> >>> >>> Run-Over-Run Changes Detail >>> >>> Performance Regressions - Compile Time Δ Previous Current σ Δ (B) σ (B) >>> SingleSource/UnitTests/ObjC/exceptions-4 >>> <http://llvm.org/perf/db_default/v4/nts/1283/graph?test.420=3> 7.94% 0.3463 >>> 0.3738 0.0002 7.88% 0.0002 >>> SingleSource/UnitTests/ObjC/trivial-interface >>> <http://llvm.org/perf/db_default/v4/nts/1283/graph?test.222=3> 7.88% 0.3437 >>> 0.3708 0.0003 7.73% 0.0003 >>> SingleSource/UnitTests/O...
2011 Dec 01
1
[LLVMdev] [llvm-testresults] bwilson__llvm-gcc_PROD__i386 nightly tester results
...; Performance Regressions 225 > Unchanged Tests 738 > *Total Tests* *963* > > > Changes Detail > > Performance Regressions - Compile Δ Previous Current σ > SingleSource/UnitTests/2006-12-11-LoadConstants.compile > <http://llvm.org/perf/db_default/simple/nts/380/graph?pset.0=on&test.SingleSource%2FUnitTests%2F2006-12-11-LoadConstants.compile=on> > 4.73% 0.1225 0.1283 0.0009 > MultiSource/Benchmarks/Prolangs-C++/simul/simul.compile > <http://llvm.org/perf/db_default/simple/nts/380/graph?pset.0=on&test.MultiSource%2FBenchmarks%2FProlangs-C%2...
2013 Apr 23
2
Problemas con NA y el calculo de un promedio ponderado
...obviamente la pregunta es, como puedo evitar esto ? pues dada la naturaleza del calculo (un promedio ponderado) si existe un NA se puede simplemente ignorar, pero no se como hacerlo. adjunto el codigo y los archivos a ver si me dan una mano para evitar hacer esos calculos a mano ui1 <- (mean(graph[graph$sol=="con" & graph$dia==1 & graph$NIns==1, 7],na.rm = TRUE) + mean(graph[graph$sol=="con" & graph$dia==1 & graph$NIns==2, 7],na.rm = TRUE)*2 + mean(graph[graph$sol=="con" & graph$dia==1 & graph$NIns==3, 7],na.rm = TRUE)*3)/100 uno nunca e...
2006 Oct 16
1
plots: layout + subtitles
Hello, I want to create a figure that consists of a collection of 16 graphs on 4 rows. I am using nf <- layout(matrix(seq(1,16), 4,4, byrow=TRUE), respect=TRUE) boxplot(... to create the layout of my 16 graphs. It works really well. However, I'd like to add sub-titles that would apply to each row of 4 graphs. More specifically, I'd like to have something...
2008 Jun 08
1
R CMD CHECK WARNING inappropriate for S4 method?
The package 'graph' defines classes graph and graphNEL (extending graph) and a union,graph,graph-method. These are all exported and fully documented. The package 'GSEABase' Imports: graph and importClassesFrom(graph, graphNEL). GSEABase defines methods on union for its own classes (not graph / graphNEL),...
2012 Jul 06
0
[LLVMdev] Exception handling slowdown?
...gt;>>> >>>> Run-Over-Run Changes Detail >>>> >>>> Performance Regressions - Compile Time Δ Previous Current σ Δ (B) σ (B) >>>> SingleSource/UnitTests/ObjC/exceptions-4 >>>> <http://llvm.org/perf/db_default/v4/nts/1283/graph?test.420=3> 7.94% 0.3463 >>>> 0.3738 0.0002 7.88% 0.0002 >>>> SingleSource/UnitTests/ObjC/trivial-interface >>>> <http://llvm.org/perf/db_default/v4/nts/1283/graph?test.222=3> 7.88% 0.3437 >>>> 0.3708 0.0003 7.73% 0.0003 >>>> Sing...
2007 Jun 12
0
distribution graph
The following gives two functions for producing distribution graphs: distribution-graph produces a single graph, and multiple.distribution.graph produces a number of graphs side by side. Regards, Tore Wentzel-Larsen statistician Centre for Clinical research Armauer Hansen house Haukeland University Hospital N-5021 Bergen tlf +47 55 97 55 39 (a) faks +47 5...
2009 Apr 20
1
Matrix package,solve() errors and crashes
Hello All, I am working on graph object using IGRAPH package wanted to do Bonacich Power. This is my graph object. The file 'Graph.RData' (4.2 MB) is available for download at http://dropbox.unl.edu/uploads/20090424/cfe4fcb854bb17f2/Graph.RData Graph size Vertices: 20984 Edges: 326033 Directed: FALSE No graph attribute...
2008 Mar 05
4
vertex labels in igraph from adjacency matrix
I am getting some unexpected results from some functions of igraph and it is possible that I am misinterpreting the vertex numbers. Eg., the max betweenness measure seems to be from a vertex that is not connected to a single other vertex. Below if my code snippet: require(igraph) my.graph <- graph.adjacency(adjmatrix = my.adj.matrix, mode=c("undirected...
2011 May 05
1
Looping over graphs in igraph
Hi, I'm trying to do some basic social network analysis with igraph in R, but I'm new to R and haven't been able to find documentation on a couple basic things: I want to run igraph's community detection algorithms on a couple thousand small graphs but don't know how to automate igraph looking at multiple graphs described in a single csv file. My...
2007 Mar 06
5
Recalling and printing multiple graphs. Is there something in the HISTORY menu that will help?
I have written an R function that produces multiple graphs. I use par(ask=TRUE) to allow for the inspection of each graph before the next graph is drawn. I am looking for a way to recall all graphs drawn in an R session, and a method that can be used to print all the graphs at one time. I know that I could simply print each graph after I inspect the graph...
2008 Aug 03
2
How do I get an inset graph (i.e. graph within a graph)?
Hi, all, How do I get an inset graph (i.e. graph within a graph)? Your input is greatly appreciated. Best wishes, Art University of Washington Department of Medicinal Chemistry
2009 Apr 24
1
Managing DLLs with the same names in an R session
I am having a problem using two DLLs with the same name, but obviously located in different directories, in an R session. The troublesome package is the (Bioconductor) Rgraphviz package. It relies on (3rd party software) graphviz and imports functions from (Bioconductor) package graph. Unfortunately, the current stable release of graphviz for Windows http://www.graphviz.org/pub/graphviz/stable/windows/graphviz-2.22.2.msi contains a graph.dll in its bin directory. Th...
2005 Jul 11
1
small first graph of par(3,2), other 5 are correct
Hi, I'm trying to produce 6 graphs on a single page using code I've borrowed from an example by Paul Murrell: (http://www.stat.auckland.ac.nz/~paul/RGraphics/custombase-xmastree.R). It involves placing 6 horizontal barplots on one page and adding common labels. The problem is the first graph in my figure (the one in the (1...
2012 Jun 18
0
igraph 0.6 released
Dear All, we have released version 0.6 of the igraph package today. This is a major new version, with a lot of new features, and (sadly) it is not completely compatible with code that was written for the previous igraph versions. (See "Major new features" below for details.) I have included below a list of (bigger) changes. Please see the...
2012 Jun 18
0
igraph 0.6 released
Dear All, we have released version 0.6 of the igraph package today. This is a major new version, with a lot of new features, and (sadly) it is not completely compatible with code that was written for the previous igraph versions. (See "Major new features" below for details.) I have included below a list of (bigger) changes. Please see the...
2014 Mar 24
0
[PATCH 10/12] drm/nouveau/graph: add GK20A support
...0A's 3D class is 0xa297). Most of the NVE4 code can be used on GK20A, so make relevant bits of NVE4 available to other chips as well. Signed-off-by: Alexandre Courbot <acourbot at nvidia.com> --- drivers/gpu/drm/nouveau/Makefile | 1 + .../gpu/drm/nouveau/core/engine/graph/ctxnve4.c | 4 +- drivers/gpu/drm/nouveau/core/engine/graph/nvc0.h | 9 +++ drivers/gpu/drm/nouveau/core/engine/graph/nve4.c | 2 +- drivers/gpu/drm/nouveau/core/engine/graph/nvea.c | 75 ++++++++++++++++++++++ .../gpu/drm/nouveau/core/include/engine/graph.h | 1 + 6 files changed,...
2012 Apr 11
4
r graphing
can anybody tell me how i can draw x- y- axis and draw x^3 graph using R graph?? i need nice coordinate system with legends and coordinate numberings.. and nice graph of x^3 on it.. it will be nice if you tell me how i can center the graph.. i want the origin (0,0) to be right in the middle of the graph. thank you so much.