Displaying 20 results from an estimated 109 matches for "hight".
Did you mean:
high
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 type was to...
2007 May 07
1
different hights & centering in one device region
Hello,
I have a question. I creat a PDF file with four rows and
two cols.
Is it possible to:
-create a plot regions with different hights (example: rows 1 & 2-4)
-ro center an image in the whole width (example: rows 4)
Thank's a lot.
Felix
example:
--------
Title
--------------------------------
|Text |Text |
|Text |Text |
---------------------------------
| | |
| | |
| image | image |
| | |
|...
2012 Jul 18
2
[LLVMdev] Is IR VM does make sense since llvm3 ?
...ilinglist * [LLVMdev] LLVM IR is a
compiler IR<https://groups.google.com/d/topic/llvm-dev/N3r_a1Vbrog/discussion>
. *
But since llvm3 and type system rewrite, is it a good idea to rethink about
a VM wich could run the IR bytecode directly?
llvm has differents bytecode from low level, to more hight level... So do
you see some interest to have this kind of VM for one of this bytcode ?
Is it hight level enougth like java byte code ?
My second obvious question is about the bycode format, is it stable enought
to concider using it as an 'archive' source/byte code ?
Thanks for some guidan...
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
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
2006 Oct 13
3
Need help with barplots
I`ve read all the manuals and still couln`t find what is the difference
between the stacked and side-by-side barplots ? Could you explain me ?
[[alternative HTML version deleted]]
2012 Jul 19
0
[LLVMdev] Is IR VM does make sense since llvm3 ?
...u mention changed the way struct types
are named and uniqued, but structs are still just structs. This
change doesn't really make LLVM IR higher-level in any way that
would significantly affect the issues discussed in that thread.
>
> llvm has differents bytecode from low level, to more hight level... So do you see some interest to have this kind of VM for one of this bytcode ?
> Is it hight level enougth like java byte code ?
Java bytecode remains much much higher-level than LLVM IR; this
hasn't significantly changed.
>
> My second obvious question is about the bycode f...
2004 Jan 24
3
Grandstream 100 sidetone
For people who are using GS 101, what do you think the sidetone
generated by the phone.
I find mind a bit annoying. It has a delay and you notice it as an echo.
The volume of the sidetone is also quite hight. I am distracted when
both caller and called party talking over each other occasssionally.
The volume of the sidetone can be turned down using the volume button
but it also control the volume of the voice call. As the sidetone is
louder than the conversation it is getting rather distracting.
C...
2001 Sep 27
2
ugly in plotmath: frac(1, sqrt(...)) (PR#1101)
Sometimes (dependent on device and settings of 'cex' and 'lwd') the line
of a square root symbol plottet in the denominator of a fraction appears
to be in or above the line of the fraction.
Examples:
### Choose one of these:
# pdf("test.pdf", height=6, width=8)
# bmp("test.bmp", width=1100, height=800, pointsize=12)
# bitmap("test.tif",
2019 Jul 12
5
rsync many processes and slow backup
An HTML attachment was scrubbed...
URL: <http://lists.samba.org/pipermail/rsync/attachments/20190712/4cce45c2/attachment.htm>
2008 Oct 02
3
Adding plane in a 3D scatterplot
...a 3D scatter plot :
library(mnormt)
library(scatterplot3d)
dat = cbind(rmnorm(3, rep(0,2), diag(2)), 1:3)
scatterplot3d(dat)
Now I want to do 2 things :
1 : In the Z-axis (i.e. height), I want to see only numbers 1,2,3, etc NOT, 1,1.5,2,2.5.............
2. I want to add two Horizontal planes at hight z=2 and z=3. Those two planes should look like "bottom" of that 3D plot [i.e. like Grid-lines].I already gone through "$plane3d" but could not get through. In the help page, a description is given with a regression line, however I could not understand how I can implement that in...
2009 Apr 24
2
listen to prompt before bridging call.
...d like though is that the person who makes the call be able to
listen to the message "press 1 to accept call, 2 to reject call) that is
played to the called party BUT not be able to communicate with him untill he
presses "1".
Is this possible in asterisk using php/agi?
Any pointers hightly appreciated.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090424/4a7a7f11/attachment.htm
2006 Feb 17
2
creating 3-way tables for mantelhaen.test
...frame()
mydata <- data.frame(X1,X2,X3,X4,X5,X6,X7,Y1)
after that, I sorted this data.frame
rank.by.Y1<-order(mydata[,8])
sorted.mydata<-mydata[rank.by.Y1,]
after that, I replaced Y1's values with values ranging from 1 to 10 ( 1
represents the lowest group on Y1 and 10 presents the hight group on Y1).
Now Y1 becomes a grouping variable.
What I like to do is to apply mantelhaen.test for each binary variable pair
(e.g, X1 and X2, X1 and X3, X1 and X4, .... , X6 and X7)
In order to apply mantelhaen.test, a 3-dimensional contingency table is
required.
Could you provide some advic...
2009 Dec 18
17
Optimizing CentOS for gigabit firewall
Hi,
I want to configure CentOS on powerful server with gigabit
adapters as transparent bridge and deploy it in front of server farm.
Can you tell how to optimize the OS for hight packet processing? What
configurations I need to do to achieve very hight speeds and thousands of
packets?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20091218/b8d110b6/attachment.html>
2005 Jun 26
2
visualizing frequencies
...yed.
barplot(a) or barplot(a,1:7) will not aggregate the answers. If three students
returned the number seven, it will show three bars to the size of seven
instead one bar to the size of three on index seven.
barplot(1:7,a), in this case, will show the bar at index seven, wut it will be
to the hight of seven and to the width of three.
I also wanted to show the results of the different versions of the experiment
in ONE plot. As the number of participants varied I googled around in the
R-Archives and got to recognize plot.edf. As a pitty, this function seems to
set the index the wrong way ro...
2008 Dec 31
9
Word Wrap Problem
...thing is shown since everything is hidden. The problem is not only that the words are not wrapped but also that the cursor doesn't move on so as to reveal the hidden words.
I didn't have this problem in wine 1.0. What I had was that although the words were wrapped when the text reached the hight of the toolbox everything again were hidden. Nevertheless, I could move the cursor downwards and see the rest text.
Is there anything I could do?
2004 Aug 06
1
Project setting for embedded visual c++ 3.0
Hi all,
I'm quite new to Speex and i'm tryng to do a porting of it
for my pocketpc platform....
The encodig time seem to be too hight, i think something goes wrong
putting
--enable-fixed-point
--enable-fixed-point-debug
--enable-arm-asm
in project setting of EVC++ 3.0 (i've got EVC++ 4.0 too)
i do my test with an Ipaq 3850 (206 MHz IntelĀ® Strong ARM 32-bit RISC Processor)
running PocketPC 2002 (Windows CE 3.0).
Anyone who...
2007 Dec 18
1
btrfs timeline - fragmentation and delayed allocation
Hi!
Is there plans for fragmentation analyzing/reporting and online defragmentation
tools for btrfs?
And what about delayed allocation?
Thanks!
2005 Jun 14
1
dell poweredge 750
Hello,
does anyone run xen on an dell poweredge 750 ?
I am getting the following scsi errors on the raid driver on hight I/O
load.
aacraid: Host adapter reset request. SCSI hang ?
aacraid: SCSI bus appears hung
with kernel 2.6.8 the whole maschine hang on this error.
now I am using xen 2.0.6 with kernel 2.6.11.10 and the latest aacraid
driver from adaptect.
so the device only hang ca 1:30 min and thank work ag...
2005 Jun 20
0
Is Xen stable for production use
How stable ist xen ?
I am Using Xen with a Hadrware Raid controller an on hight disk activity
the scsi bus hung with
an timeout and sometimes some partitions get readonly.
Is this an known Xen problem or what could be wrong ?
How Stable is Xen on hight i/o or cpu load or low memory situations ?
Martin
_______________________________________________
Xen-users mailing list...