search for: heigh

Displaying 19 results from an estimated 19 matches for "heigh".

Did you mean: height
2002 Aug 27
1
PDF output problem
Hello, I'm quite new to R, but I've already stepped into this problem: I open a PDF device with: pdf("Name-%d.pdf", width=10, height=10, onefile=FALSE) And draw 4 histograms in a row, expecting the pdf device to automatically number them from 1 to 4. What I get back is only 2 images with names "Name-1.pdf" and "Name-2.pdf" that contain the two last histograms I've plotted. Is it a known problem? Or am I...
2010 Jul 18
5
package "plotrix"
...Error: could not find function "legendg" My problem with the regular R "legend" function is that I cannot indicate in the legend the line plotted by the command "abline" Here is the code. Attached is the plot. Any suggestion is welcome. Thank you. Maura x11(width=10,heigh=8) plot(NN,LB,xlim=c(1,300),ylim=c(0,3), main="Intrinsic Dimensionality of 1D Helix",font.main=2,cex.main=2,col.main="red", xlab="Number of Nearest-Neighbors",ylab="Estimated Dimension",col.lab="red",cex.lab=1,font.lab=2, xaxt="n&q...
2007 Nov 21
1
fitting a line to a logaritmic plot
Hi, I have processed measurements of a rough surface to a heigh-height correlation plot. What the meaning of this exactly is, is not important. Only that it is a plot that had two (almost ) linear parts when plotted on a logaritmic scale. In this plot, I want to draw the best fitting lines for these linear parts but I just can't get it done. It is easy when...
2007 Oct 20
1
Using unit_record and rspec (previously "Keeping unit tests from hitting the DB")
Back in August David Chelimsky wrote: "FYI - I tried using the unit_record gem and there are some changes required in rspec to make it work, but they are trivial and it works great. The only trick is that the prevention of DB access is global per process, so you''d have to separate examples that hit the DB from those that don''t into two separate suites. I''ll explore
2008 Dec 12
1
How to mimic select.list using RGtk2/gWidgetsRGtk2?
I want to write a function mimic the function of select.list(), here is my preliminary version. select <- function(x,multiple=TRUE,...){ ans<-new.env() g <- gwindow(title=title,wid=200,heigh=500) x1<-ggroup(FALSE,con=g) x2<-gtable(x,multiple=multiple,con=x1,expand=TRUE) gbutton("OK",con=x1,handler=function(h,...){ value <- svalue(x2) if (length(value)==0) value="" assign("selected",value,env=h$action$env) dispose(x1) },action=list(env=ans)) ans }...
2010 Nov 08
2
Several lattice plots on one page
...), var1 = c(1,2,3,4), var2 = c(100,200,300,4000), var3 = c(10,20,300,40000), var4 = c(100000,20000,30000,4000), var5 = c(10,20,30,40), var6 = c(0.001,0.002,0.003,0.004), var7 = c(123,223,123,412), var8 = c(213,123,234,435), all = as.factor(c(1,1,1,1))) pdf("test1.pdf", width=20, heigh=27, paper="a4") print(plot(groupedData(var1 ~ day | all, data = df), main = "var1", xlab="", ylab=""), split=c(1,1,2,4), more=TRUE) print(plot(groupedData(var2 ~ day | all, data = df), main = "var2", xlab="", ylab=""), s...
2008 Jul 01
2
how to automatically maximize the graph window (under XP) ?
Hello, I'm trying to produce graphs automatically from data stored in database. Before saving the graphs, I would like to maximize the size of the graphs. The best would be to directly open maximized windows with x11() but up to now I failed doing it. I tried different widths and heighs but I never managed to obtain a full screen window. Is there a command to do it ? Thanks in advance, Ptit Bleu. PS : I'm under XP -- View this message in context: http://www.nabble.com/how-to-automatically-maximize-the-graph-window-%28under-XP%29---tp18219242p18219242.html Sent from the R h...
2018 Feb 06
2
Current PGO status
...Graham Yu also added > support for multiple region function outlining (with PGO) > * BB layout heuristics are tuned with PGO > * hotness driven function layout optimization  > > There are pending work in the following area: > * profile aware loop vectorization, etc > * control heigh reduction optimization (Hiroshi is working on this) > > ThinLTO also works well with PGO. > > Hope this helps. > > David > > >/What I can tell you is that there are many missing ones (that can > benefit /from profile): such as profile aware LICM (patch pending), specul...
2018 Feb 05
0
Current PGO status
...al inlining is made profile aware; Graham Yu also added support for multiple region function outlining (with PGO) * BB layout heuristics are tuned with PGO * hotness driven function layout optimization There are pending work in the following area: * profile aware loop vectorization, etc * control heigh reduction optimization (Hiroshi is working on this) ThinLTO also works well with PGO. Hope this helps. David >* What I can tell you is that there are many missing ones (that can benefit *from profile): such as profile aware LICM (patch pending), speculative PRE, loop unrolling, loop peeling,...
2018 Feb 05
3
Current PGO status
Hello David! I have recently started acquaintance with PGO in LLVM/clang and found your e-mail thread: http://lists.llvm.org/pipermail/llvm-dev/2016-May/099395.html . Here you posted a nice list of optimizations that use profiling and of those which could be using but don't. However that thread is about 2 years old. Could you please kindly let me know if there were any significant changes in
2018 Feb 07
2
Current PGO status
...ple region function outlining (with PGO) >> * BB layout heuristics are tuned with PGO >> * hotness driven function layout optimization  >> >> There are pending work in the following area: >> * profile aware loop vectorization, etc >> * control heigh reduction optimization (Hiroshi is working on this) >> >> ThinLTO also works well with PGO. >> >> Hope this helps. >> >> David >> >> >/What I can tell you is that there are many missing ones (that can >> benefit /from prof...
2018 Feb 06
0
Current PGO status
...Graham Yu also added support > for multiple region function outlining (with PGO) > * BB layout heuristics are tuned with PGO > * hotness driven function layout optimization > > There are pending work in the following area: > * profile aware loop vectorization, etc > * control heigh reduction optimization (Hiroshi is working on this) > > ThinLTO also works well with PGO. > > Hope this helps. > > David > > >* What I can tell you is that there are many missing ones (that can benefit > *from profile): such as profile aware LICM (patch pending), specu...
2018 Feb 07
0
Current PGO status
...rt >> for multiple region function outlining (with PGO) >> * BB layout heuristics are tuned with PGO >> * hotness driven function layout optimization >> >> There are pending work in the following area: >> * profile aware loop vectorization, etc >> * control heigh reduction optimization (Hiroshi is working on this) >> >> ThinLTO also works well with PGO. >> >> Hope this helps. >> >> David >> >> >* What I can tell you is that there are many missing ones (that can benefit >> *from profile): such as profi...
2005 Sep 01
6
png scaling problem
scaling<-4 xywidth<-480 resolution<-150 png(filename = "c:/r/anschluss/plots/4.png", width = xywidth*scaling, height = xywidth*scaling,pointsize = 12, bg = "white", res = resolution*scaling) ...... barplot(xrow,col = barcolors,cex.axis=scaling, ylab="mean time till attachment in sec",cex.lab=1.2*scaling) I tried to scale the barplot but there is one strange result: scaling=1 http://biosta...
2005 Jun 11
0
Shorewall Configuration for Asterisk Box
...oc tcp 5060 ACCEPT net fw udp 4569 ACCEPT net fw tcp 4569 ACCEPT loc fw ACCEPT fw loc DNAT net loc:192.168.1.10 tcp http masq #INTERFACE SUBNET eth0 eth1 Also, I'm trying to find any documentation for "shorewall logwatch" command. Any help is heighly appreciated. Regards. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
2010 Sep 08
6
'par mfrow' and not filling horizontally
Greetings, Folks. I'd appreciate being shown the way out of this one! I've been round the documentation in ever-drecreasing circles, and along other paths, without stumbling on the answer. The background to the question can be exemplified by the example (no graphics window open to start with): set.seed(54321) X0 <- rnorm(50) ; Y0 <- rnorm(50)
2007 Dec 13
0
libswfdec-gtk/swfdec_gtk_player.c libswfdec/swfdec_as_date.c libswfdec/swfdec_audio.c libswfdec/swfdec_audio_event.c libswfdec/swfdec_button_movie.c libswfdec/swfdec_interval.c libswfdec/swfdec_key_as.c libswfdec/swfdec_mouse_as.c libswfdec/swfdec_movie.c
...; break; case PROP_INITIALIZED: g_value_set_boolean (value, swfdec_player_is_initialized (player)); break; case PROP_DEFAULT_WIDTH: - g_value_set_uint (value, player->width); + g_value_set_uint (value, priv->width); break; case PROP_DEFAULT_HEIGHT: - g_value_set_uint (value, player->height); + g_value_set_uint (value, priv->height); break; case PROP_RATE: - g_value_set_double (value, player->rate / 256.0); + g_value_set_double (value, priv->rate / 256.0); break; case PROP_MOUSE_CURSOR:...
2007 Aug 11
0
DOE and interaction plot general question
...gt; From: Jabez Wilson <jabezwuk@yahoo.co.uk> > Subject: [R] having problems with factor() > To: R-Help <r-help@stat.math.ethz.ch> > Message-ID: <266689.93457.qm@web27410.mail.ukl.yahoo.com> > Content-Type: text/plain > > Dear R Help, > I have a set of data of heights of trees described by area that they are > in. The areas are numerical (0 to 7). > > ht area > 1 320 3 > 2 410 4 > 3 230 2 > 4 360 3 > 5 126 1 > 6 280 2 > 7 260 2 > 8 280 2 > 9 280 2 > 10 260 2 > ....... >...
2007 Nov 23
0
R users in Cyprus
...ot;Joren Heit" <jorenheit at gmail.com> Subject: [R] fitting a line to a logaritmic plot To: r-help at r-project.org Message-ID: <1ec68d8f0711211237j6c4787ecy8511624bf51608b7 at mail.gmail.com> Content-Type: text/plain Hi, I have processed measurements of a rough surface to a heigh-height correlation plot. What the meaning of this exactly is, is not important. Only that it is a plot that had two (almost ) linear parts when plotted on a logaritmic scale. In this plot, I want to draw the best fitting lines for these linear parts but I just can't get it done. It is easy when...