similar to: different hights & centering in one device region

Displaying 20 results from an estimated 100 matches similar to: "different hights & centering in one device region"

2007 May 24
0
rotating an hclust tree with negative hights
Hi, I have an hclust object say hcl with heights starting from a negative and ending to a positive value. I would like to rotate the plot(hcl) 90 degrees clockwise. It is suggested to use plot(as.dendogram(hcl), horiz=T) but I encountered two problems: 1) a dendrogram object does not accept negative heights 2) horiz=T rotates the tree 90 degrees unclockwise any ideas? thanks, Vahid PARTOVI
2005 Nov 15
3
Darstellung mit Nachkommastellen
Hi! I got a rather stupid question (I think): Is there ANY option that makes R display numericals not like "1e-8" but as "0.00000001" by default ? And I need the outcome to be really numerical, so formatC(...) which produces a character or something like this won't be acceptable. Any help on this would be appreciated, thanx. Marc
2006 May 10
1
2.3.0 make install fails on solaris
hello r development team, i'm building R 2.3.0 on solaris and when i run the 'make install' i'm getting a syntax error during the "installing etc ..." which causes the installation to fail. i get this error whether i use gnu-make of sun-make, see the error and reasons below. gmake[1]: Entering directory `/export/medusa/darin/build/R-2.3.0/etc' installing etc ...
2013 Mar 14
1
error: object of type 'closure' is not subsettable
Hi all, when i run this script: >read.table("Angelika.txt",header=T,sep="\t") >mytable=read.table("Angelika.txt",header=T,sep="\t") >for ( dye in c("A","B","C","F","G","K","L","M")) + { + for (cond in 1:8) + { + measurement =
2006 Apr 25
0
make: sockconn.c; make check: eval-etc.R; make install: $(EXPORTFILES) (PR#8809)
I got several errors while installing R version 2.3.0 ======== One error while running 'make': make[4]: Binnengaan van map `/home/peter/tmp/R-2.3.0/src/modules/internet' gcc -I. -I../../../src/include -I../../../src/include -I/usr/local/include -DHAVE_CONFIG_H -fpic -g -O2 -c Rsock.c -o Rsock.o gcc -I. -I../../../src/include -I../../../src/include -I/usr/local/include
2014 Jan 11
2
Generic UPS driver
On Jan 10, 2014, at 4:46 PM, Ariel Wainer wrote: > On 10/01/14 01:53, Charles Lepple wrote: >> I am curious about why the Interrupt Out packet is sent by the Windows software if it isn't to turn off the UPS. Is it possible to do some more testing with shorter timeouts so that the battery doesn't get depleted? You would need to record the exact time when it shuts down, I think.
2006 Feb 10
3
htb root don''t reach ceil rate?
Hello, i have a htb setup where the root and (nearly) all child classes has a ceil rate with max up from my adsl line. But the root class don''t reach the ceil value but some childs are get a huge backlog. My setup: (tc -d class show dev ppp0) [cleaned a bit] ******************************************************** class htb 1:1 root rate 576000bit ceil 576000bit burst 30Kb/8 cburst
2014 Jan 12
0
Generic UPS driver
On 11/01/14 15:27, Charles Lepple wrote: > On Jan 10, 2014, at 4:46 PM, Ariel Wainer wrote: > >> On 10/01/14 01:53, Charles Lepple wrote: >>> I am curious about why the Interrupt Out packet is sent by the Windows software if it isn't to turn off the UPS. Is it possible to do some more testing with shorter timeouts so that the battery doesn't get depleted? You would
2018 Apr 10
0
Test if data uniformly distributed (newbie)
Dear Mr. Savicky, I am currently working on a project where I want to test a random number generator, which is supposed to create 10.000 continuously uniformly distributed random numbers between 0 and 1. I am now wondering if I can use the Chi-Squared-Test to solve this problem or if the Kolmogorov-Smirnov-test would be a better fit. I came across one of your threads on the internet where you
2005 Apr 11
0
Gigabit Throughput too low
Hi list, I have been desperately trying to increase the transfer rate for a Gigabit ethernet connection between a Fedora Core 2, Kernel 2.6.x Intel-based Server with a Samba Version 3.0.3-5 and a Mac OS X client. Transfer rates for Gigabit should do around 30 MB/sec my transfer rates do only around 10 MB/sec - with no significant difference between reads and writes. as the networking is
1998 Oct 08
0
"unix password sync" and RedHat 5.1
Hello! I'm trying to use unix password sync = true on an Intel-RedHat 5.1 samba server, because I want to have one program (e.g. smbpasswd on the unix comand prompt) to change unix and "encrypted samba" passwords; changing passwords from clients is nice but secondary. I used FLAGSM = -DLINUX -DALLOW_CHANGE_PASSWORD -DFAST_SHARE_MODES -DNO_ASMSIGNALH -DGLIBC2 -DQUOTAS LIBSM =
2012 Dec 06
3
Colors according to value (Excel-Export)
Hello together, i have a list of numbers, like this one A B C 1.1 1.2 1.3 i export this list into an excel file and want now color these numbers according to her value. I want every color under 1,25 is red, and every color over 1,25 is green. How can i do this with "RDCOMClient" ? I know how to colour a complete row, like this task: U3R <- sh$Range(zellen_blue) U3RF <-
2005 Feb 22
3
Terminal server settings.
Hi All, I'm working on a full migration from windows DC to samba DC, and i'm actually having a problem with terminal server settings! I run a terminal server on win2k, but i would store all my user information on samba. Although, i don't find any documentations or info about terminal server setting with samba. Is it supposed to be possible to store it with samba and a ldap backend,
2014 Jan 10
0
Generic UPS driver
On 10/01/14 01:53, Charles Lepple wrote: > I am curious about why the Interrupt Out packet is sent by the Windows software if it isn't to turn off the UPS. Is it possible to do some more testing with shorter timeouts so that the battery doesn't get depleted? You would need to record the exact time when it shuts down, I think. Sure, I will do the test during the weekend. I'm not
2014 Jan 10
2
Generic UPS driver
On Jan 1, 2014, at 3:50 PM, Ariel Wainer wrote: > On 01/01/14 17:33, Charles Lepple wrote: >> Disappointing. I will add a note in the man page for that, too. (Maybe >> it is only after the UPS is in the low battery state? You mentioned >> that it did shut down when you did the capture with the Windows >> software.) > > Yes, but I think it was because the battery
2002 Aug 01
2
plotting two curves: Why same hight?
R 1.5.1 in a linux machine. I am plotting two curves with curve (): sin(x)/10 and sin(x) together, one below the other one ( using par ( mfrow = c ( 2, 1 ))). What I have noticed is that both curves have the same height but this should not be so since the range of values of the first function is shorter than the one of the second function. In the description of par I could not find any command
2012 Feb 27
2
compare two data frames of different dimensions and only keep unique rows
Dear list, I am still struggling with something that should be easy: I compare two data frames with a lot of common rows and want to keep only rows that are NOT in both data frames, unique. Here are an example of these data frame. reported <- structure(list(Product = structure(c(1L, 1L, 1L, 1L, 2L, 2L, 3L, 4L, 5L, 5L), .Label = c("Cocoa", "Coffee C", "GC",
2012 Jun 15
2
Wrong computation of time differenze in POSIXct - additional digits
Hello, I wanted to compute the time differenze between to times: first =as.POSIXct( "2012-06-15 16:32:39.0025 CEST") second = as.POSIXct("2012-06-15 16:32:39.0086 CEST") second - first The result is Time difference of 0.006099939 secs instead of just 0.0061 secs So R adds aditional numbers after the result. I know I could round it in this case. But I am working with a
2002 Jan 22
1
cutree using a vector for h giving meaningless results
I try to use the routine cutree to cut a tree (created by hclust) into several groups by specifiing the hight of the cut. a<-1:10 cutree(tree, h=a*100) The Matrix with group meberships returned is ok for most of the hights, but in some cases (as for example h=800 and h=900) the results don't make sense (group membership=0 or 58965231, it looks like the range of data allowed by the data
2014 Jan 12
3
Generic UPS driver
On Jan 12, 2014, at 11:07 AM, Ariel Wainer wrote: > On 11/01/14 15:27, Charles Lepple wrote: >> On Jan 10, 2014, at 4:46 PM, Ariel Wainer wrote: >> >>> On 10/01/14 01:53, Charles Lepple wrote: >>>> I am curious about why the Interrupt Out packet is sent by the Windows software if it isn't to turn off the UPS. Is it possible to do some more testing with