Displaying 20 results from an estimated 500 matches similar to: "using an image as a dendrogram label"
2009 Feb 07
1
vignettes are installed but not viewable?
Hi, I have a package for which I'm writing a vignette. The vignette
looks fine as indicated by R CMD check. However after installing the
package (in my personal R library location) doing
vignette('rcdk')
says
Warning message:
vignette 'rcdk' *not* found
But I can see the PDF file located under rcdk/doc in the R library
directory. The header of the Rnw file is
%
2008 Nov 21
2
rgl lighting question
Hi, I'm using rgl to generate a 3D surface plot and I'm struggling to
get the lighting correct. Currently the surface gets plotted, but is
very 'shiny'. On rotating the view, I get to see parts of the surface
- but overall I don't see much detail because of the spotlight like
lighting.
I've played around with the specular, ambient and diffuse but I can't
2008 Mar 17
0
'distance' between a vector and a permutation of the vector
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi, I've been trying to identify a good way to do the following:
Say I have a vector of unique, integers
x <- c(1,3,2,4,5)
I then have a permuted version of the above vector, say
y <- c(1,3,5,2,4)
Is there an easy way to get the "distance" between the two vectors.
The sense I'm thinking of is such, that if we have
y
2011 Aug 28
1
Hanging boot of solaris 11 install image as HVM
Hello,
It looks like xen 4.1.2* has some problems with solaris 11 iso images
too (s. further below log messages)
hvm-solaris11.born2b3.net.cfg
# ---
kernel = ''/usr/lib64/xen-default/boot/hvmloader''
builder = ''hvm''
device_model= ''/usr/lib64/xen-4.1/bin/qemu-dm''
name = ''solaris11hvm.born2b3.net''
acpi =
2016 Oct 19
1
Re: virt-builder and Ubuntu 16.04 Xenial no access issue
+-- On Tue, 18 Oct 2016, Richard W.M. Jones wrote --+
| I was able to reproduce this myself:
|
| $ virt-builder ubuntu-16.04 --firstboot-command "dpkg-reconfigure openssh-server" --root-password password:123456
|
| $ qemu-system-x86_64 -nodefconfig -display none -machine accel=kvm:tcg -m
| 2048 -boot c -drive file=ubuntu-16.04.img,format=raw,if=ide -netdev
|
2016 Oct 20
2
Re: virt-builder and Ubuntu 16.04 Xenial no access issue
See the workarounds for Debian 8 & Ubuntu 16.04 here:
https://www.redhat.com/archives/libguestfs/2016-October/msg00099.html
I tested password changing and that's working fine.
Rich.
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming and virtualization blog: http://rwmj.wordpress.com
virt-top is 'top' for virtual machines. Tiny
2016 Oct 21
1
Re: virt-builder and Ubuntu 16.04 Xenial no access issue
On Fri, Oct 21, 2016 at 12:59:45PM +0530, P J P wrote:
> +-- On Thu, 20 Oct 2016, Richard W.M. Jones wrote --+
> | See the workarounds for Debian 8 & Ubuntu 16.04 here:
> | https://www.redhat.com/archives/libguestfs/2016-October/msg00099.html
>
> Great! Thank you so much!
>
> | I tested password changing and that's working fine.
>
> Working fine without
2016 Oct 18
3
virt-builder and Ubuntu 16.04 Xenial no access issue
Hello,
I created an Ubuntu 16.04 Xenial guest using virt-builder(1) with
# virt-builder ubuntu-16.04
-o /var/lib/libvirt/images/ubuntu-16.04.qcow2
--size 10G --format qcow2
--firstboot-command 'dpkg-reconfigure openssh-server'
--arch x86_64
And imported it to libvirt with
# virt-install --import --name ubuntu-xenial --ram 2048
--disk
1997 Aug 20
3
Samba and NT
We are running Samba 1.9.16p11 on a Sun SPARC 10 and Windows NT 4.0
(SP2/SP3). We have a NT Server acting as the primary domain controller,
domain master browser, distributed file system server, password server,
and
WINS server. Users' home directories and some software reside on the
UNIX
machines.
I am currently running a linux box inside a corp which is running
NTDOMAIN. I am trying to
2018 Feb 23
6
Error joining Samba 4.7.4 DC to existing Win2008R2 domain
Thanks for your help.
> On the Windows DC can you check that the A record is actually created?
Yes, it is, and it persists after join failure.
Another sign of presence of SRVAD-NEW on the old DC is the new computer
account, created in "Domain controllers" folder in "Active Directory
Users and Computers" at the beginning of join procedure then
automatically removed just
2018 Mar 02
3
Error joining Samba 4.7.4 DC to existing Win2008R2 domain
On Fri, 2 Mar 2018 11:43:37 +0100
Claudio Nicora via samba <samba at lists.samba.org> wrote:
> If I create SRVAD-NEW DNS record manually, under samdom.local zone,
> this is what I see with adsiedit:
>
> distinguishedName:
> DC=SRVAD-NEW,DC=samdom.local,CN=MicrosoftDNS,DC=ForestDnsZones,DC=SAMDOM,DC=LOCAL
>
There is a bit of a problem with that, it should be:
2007 Nov 20
2
adding an image to a plot
Hi, I'm writing code to generate a plot, in which I draw a series of
rectangles. So my code is of the form
plot.new()
plot.window( ... )
draw rectangle
draw rectangle
...
Is there a way for me to insert a PNG or PDF graphic at a specific
position in the plot (ideally in plot coordinates)? I realize that
this might probably be better done in a separate image editor, but if
it could
2018 Feb 25
2
Error joining Samba 4.7.4 DC to existing Win2008R2 domain
Can you specify the full DN of the DNS record in question?
Afterwards, maybe you can also try deleting that DNS record and retry
the join?
Failed to find machine account is almost certainly an unrelated debug
message. I don't think it has any relation to your issue.
Cheers,
Garming
On 26/02/18 00:28, Claudio Nicora via samba wrote:
> Tried again to join, now with full cleanup of
2018 Feb 22
2
Error joining Samba 4.7.4 DC to existing Win2008R2 domain
I have an existing Win2008-R2 domain with a single DC and I'd like to
replace this DC with a Samba 4 DC.
I'm using VirtualBox VMs to test the migration before going to production.
I've cloned Windows 2008R2 Server into the first VM, then installed
Ubuntu_18.04_server_x64_daily (Samba 4.7.4) into another VM.
Win2008-R2:?? hostname=SRVAD-OLD, IP: 10.0.3.90
Ubuntu_18.04:
2007 Aug 13
4
vertically oriented color key in heatmaps
Hi, I have some data which I was plotting using image(). I wanted to
add a vertical color key to the plot and I found that heatmap.2 in
gplots does let me add a color key. However, I was thinking of a
vertical bar with the color range rather than the style that gplots
provides.
Is there any package (or code snippet) that would let me add a
vertical color key to an image() or heatmap
2008 Jan 15
0
clusteranalysis dendrogram
Dear all,
i have a little trouble with cutting an understanding the handling of
dendrogram and hclust.
plotting clusters does work and it delivers a dendrogram. the problem
is that the dendrogram shows lots of pretty small clusters and only
some larger ones.
i know that this has to do with my data. But is there possibility to
tell the plot function just to plot the clusters with more than
2010 Apr 13
0
Coloring leaves in Dendrogram according to gene names
Hello,
I am a new R user and have a question regarding dendrogram coloring.
I would like to color each leaf in the dendrogram (dhc) according to a
specific criterion. For me this criterion is the gene name.
For this, I created a data.frame with 2 variables: The gene name and the
corresponding color.
Using the following function, adapted from "dendrapply {stats}", I still
have the same
2007 Jul 23
0
text labels on a dendrogram
Hi
I've made a dendogram but I cannot label with text that I have on one of the
columns of the data,
anyone can help me
thanks
Ana
[[alternative HTML version deleted]]
2007 Jul 23
0
change labels in a dendrogram
Hi all:
I already made a dendrogram, I want to change the labels; In my data set
there is one column with text that I want to set as the labels, any one can
tellme how can I do it?
Thanks,
Ana Marcela
[[alternative HTML version deleted]]
2011 Apr 11
1
heatmap clustering dendrogram export
Hi,
I am a beginner for R.
I had use gplots to generate a heatmap as following:
>heatmap.2(matrix, col=topo.colors(75), dendrogram="column", Rowv=FALSE,
trace="none", key=TRUE, keysize=0.8, density.info="none", cexRow=0.2,
cexCol=0.6)
It work well. It generate heatmap whith rcolumn clustering dendrogram and I
can export a very nice graph. But I don not know how