Displaying 20 results from an estimated 200 matches similar to: "Book on R graphics"
2008 Sep 04
1
A ternary graph's scales
Hi all,
I am drawing a ternary graph. Everything is fine with both ternaryplot
(package vcd) and triangle.plot (package ade4), but I want to present
scales in neither percents nor from 0 to 1 (this is actually the only
option I found in both functions). I want the scales to be in a
natural scale (from 0 to k, k being the number of objects). Is it at
all possible? (Descriptions of both functions
2008 Feb 03
3
Drawing a loess line
Dear all,
To draw a lowess line on a plot was a piece of cake; to draw a loess
line, however, seems not that easy. Is the loess plotting implemented
at all in relation to the loess function, or do I have to look in
add-on packages?
Thanks,
Marcin
2007 Dec 06
3
Vertical text in a plot
Hi,
Consider this simple plot:
> plot(1:25,runif(25,0,1),ylab="First Y-axis label",xaxt="n")
I want to add an additional axis as
> axis(4,at=seq(0.2,1,.2), labels=1:5)
I have no idea how to add now the title of the new axis as "Second
Y-axis label". I want this text to be vertically directed from bottom
to top. I can't find the function in text() to write
2009 Oct 01
1
Can You Recommend Books for Linear Mixed Models in R
All
I have been looking into the books on performing statistics in R, in
particular I am interested in General Linear Mixed Models, for Randomized
Complete Block Design Experiments
The list I have come away with so far is:
Mixed Effects Models in S and S-plus by Pinheiro (2002)
2008 Feb 15
2
Controling width of boxes in boxplots
Hi,
I want to add boxplots to a scatterplot:
plot(x,y, xlim=c(80,120),ylim=c(80,120))
boxplot(y,add=TRUE,at=118)
boxplot(x,add=TRUE,at=118,horizontal=TRUE)
How can I control the width of the boxes (say, I'd like them to be of
width 3 in the variables' scales). I've tried the "width" parameter
but failed.
Thanks in advance,
Marcin
2008 Apr 11
1
EM algorithm for multiple-locus haplotypes frequencies
Hi all,
I've been looking in R for an EM algorithm adjusted for multiple-locus
haplotypes frequencies, but failed in 100%. Has anyone heard of
anything of this kind in R?
Thanks in advance,
Marcin
2009 Jan 17
1
Dendrogram with the UPGMA method
Hi,
I am clustering objects using the agnes() function and the UPGMA
clustering method (function = "average"). Everything works well, but
apparently something is wrong with the dendrogram. For example:
x<-c(102,102.1,112.5,113,100.3,108.2,101.1,104,105.5,106.3)
y<-c(110,111,110.2,112.1,119.5,122.1,102,112,112.5,115)
xy<-cbind(x,y)
library(cluster)
UPGMA.orig<-agnes(x)
2010 Feb 25
1
Updating a hexbinplot
Dear all,
Considering this simple example of hexbinplot:
mixdata <-
data.frame(x = c(rnorm(5000), rnorm(5000,4,1.5)),
y = c(rnorm(5000), rnorm(5000,2,3)),
a = gl(2, 5000))
fig <- hexbinplot(y ~ x | a, mixdata)
print(fig)
update(fig, colramp = BTC)
produces a bad (non-updated) legend. Compare it with:
hexbinplot(y ~ x | a, mixdata, colramp = BTC)
What
2011 Sep 30
1
Error message in log
I'm getting the following message in my log;
dovecot: IMAP(knute):
fchown(/home/knute/mail/.imap/INBOX/dovecot.index.cache.lock, -1,
8(mail)) failed: Operation not permitted (egid=1000(knute), group based
on /var/mail/knute): 1 Time(s)
dovecot: IMAP(knute):
fchown(/home/knute/mail/.imap/INBOX/dovecot.index.log.newlock, -1,
8(mail)) failed: Operation not permitted
2008 Mar 21
2
Question about log entry?
dovecot: POP3(knute): mbox sync: Expunged message reappeared in
mailbox /var/mail/knute (UID 585 < 379664, seq=2, idx_msgs=0): 1
Time(s) dovecot: POP3(knute): mbox sync: UID inserted in the
middle of
mailbox /var/mail/knute (379664 > 585, seq=2, idx_msgs=1): 1
Time(s)
I've been getting these lately. Any idea what causes them? Should I
worry about it?
Thanks,
--
2011 Sep 29
0
Error message
I'm getting the following message in my log;
dovecot: IMAP(knute):
fchown(/home/knute/mail/.imap/INBOX/dovecot.index.cache.lock, -1,
8(mail)) failed: Operation not permitted (egid=1000(knute), group based
on /var/mail/knute): 1 Time(s)
dovecot: IMAP(knute):
fchown(/home/knute/mail/.imap/INBOX/dovecot.index.log.newlock, -1,
8(mail)) failed: Operation not permitted
2016 Mar 23
4
Setting up replication?
I'm trying to set up replication between two servers and I've hit a
snag. I have two users and am using mbox files. If anybody has a
sample config file for a simple system like mine I would really be
grateful to see it.
Thanks,
The error I'm getting is:
Mar 23 14:07:31 knute2 dovecot: doveadm(192.168.3.100,nobody): Error:
user nobody: Initialization failed: Namespace
2008 May 23
1
log contents questions?
I switched from using Pegasus and POP3 to Thunderbird and IMAP for my
email. Now I get a lot of "Corrupted index cache file" errors in my
log. Dovecot is running under Fedora 8 and is version 1.0.13-6.fc8.
The Thunderbird is version 2.0.0.14 running under Windows XP. My wife's
Blackberry is also using IMAP and not reporting any errors.
Any ideas what the problem is or how to
2005 May 03
2
Help configuring dovecot for SSL
Hi:
I'm running dovecot on a Fedora 3 box and would like to be able to
make a TLS connection to it with my Pegasus Mail program running on
my Winblows machine. Does anybody know if it is possible?
If it is I could really use some help configuring my dovecot. I have
tried for several days but I really don't know what I'm doing and
need a direction to start.
Thanks,
--
Knute
2016 Apr 21
2
Setting up replication?
On 4/21/2016 12:01, Timo Sirainen wrote:
> On 21 Apr 2016, at 19:51, Knute Johnson <dovecot at knutejohnson.com> wrote:
>> On 4/21/2016 04:33, Aropalo Tommi wrote:
>>>> I'm trying to set up replication between two servers and I've hit a
>>>> snag. I have two users and am using mbox files. If anybody has a
>>>> sample config file for a
2016 Apr 21
2
Setting up replication?
On 4/21/2016 04:33, Aropalo Tommi wrote:
>> I'm trying to set up replication between two servers and I've hit a
>> snag. I have two users and am using mbox files. If anybody has a
>> sample config file for a simple system like mine I would really be
>> grateful to see it.
>> Thanks,
>> The error I'm getting is:
>> Mar 23 14:07:31 knute2
2015 Aug 15
2
Syncing two mail servers?
I currently have a mail server using Dovecot and sendmail. I was
thinking I would like to have a backup of my mail and an additional
server in case of hardware failure. Is it possible to run two identical
or nearly identical server setups and sync the mail files between them?
If it is possible, in general terms how would one go about this?
Thanks,
--
Knute Johnson
2008 May 29
1
Problem deleting folders with Thunderbird?
I am running Thunderbird 2.0.0.14 on Windows XP. When I try to delete
one of the folders I get a dialog with the following "The current
command did not succeed. The mail server responded: Target mailbox
doesn't allow inferior mailboxes." I am running dovecot version
1.0.13-6.fc8 under Fedora 8. The output of dovecot -n is below;
[root at www knute]# dovecot -n
# 1.0.13:
2001 Jun 27
4
Priotizing Bandwith but without Shaping the Bandwith
Hello, I''m Alexandra
Well, i have been working with cbq around 3 month ago without any
problems, what i do is control the bandwith to 64Kbit for input and
output and it works well.
But now I don''t want control the Bandwith, i only need prioritize udp
trafic over tcp trafic
Can somebody to help me with my requirement?
Thanks
Alexandra
2011 Nov 05
1
Converting from 1.12 to 2.0 questions about mail location?
I'm building a new server and using a newer version of ubuntu server
that uses Dovecot 2.0. I thought I would like to use Maildir instead of
the mbox that was used in the previous server. What do I have to do to
convert my mbox mail to Maildir? Or should I just use mbox and copy it
over :-)?
Thanks,
--
Knute Johnson