Displaying 20 results from an estimated 11000 matches similar to: "change default directory"
2002 Apr 26
3
different data series on one graph
Hello,
I'm looking for a way to plot different data series on one graph.
I have a series of hourly rainfall and quarterly flow
measurements (i.e. 4 times an hour) of a catchment. The rainfall
should be plotted in bars, the flow as a line. Both on the same X
axe (time) but with different Y axes.
The problem is the plot() function does not support add=TRUE...
Furthermore I'm not sure
2002 May 09
4
Rsquared in summary(lm)
Hello,
I'm doing some linear regression:
>lm<-lm(osas~alp,data)
>summary(lm)
However, the Rsquared in the output of summary() is not the same as the
"standard" Rsquared calculated by spreadsheets, and outlined in
statistical guidebooks, being SSR/SSTO. The output says "multiple
Rsquared", but it is no multiple regression...
What's the difference?
Thanks,
2002 Apr 23
1
column-plot of rainfall data
Hello,
I have some daily rainfall data from rain gages. E.g.:
date p1 p2 p3
20/04/2002 10.2 8.6 6.3
21/04/2002 0.4 1.6 1.4
22/04/2002 0.2 0.0 0.4
23/04/2002 5.2 1.0 0.2
I'd like to plot them in a column plot by day, to be able to
compare them. I made an example in exell, that I attached, but
can't find out how to do it in R. The data vector is a POSIXct.
Thanks,
Wouter
2006 Nov 30
2
margins within plotting region
Hi list,
there always seem to be a small margin between the actual plot and the
axes/box around the plot. For instance, in
plot(c(0,1),c(0,1))
the 2 points do not lay on the box around the plot but slightly more to
the center. Which parameter controls this margin and is it possible to
eliminate it?
thanks,
Wouter
2003 Apr 14
1
factor differences in anova
Hello,
(maybe a quite basic statistical question, but I'm just struggling with
it)
I'm doing an anova:
> Res1<-aov(H2O~location+topo+horizon+pF+Error(location:topo:horizon))
(water retention of soils)
which gives a significant difference at factor "location".
Which function should I use to now which locations (there are 3: A, B
and C) differ significantly and which do
2002 May 02
2
help.start() problem with netscape 6.2.2 (was: R 1.5.0 RPM's for Mandrake)
I've installed Netscape 6.2.2 on Mdk82, but have not had much luck with
help.start() (R-1.5.0 compiled from source).
When I do help.start(), it just starts up netscape with the default home
page, rather than the R help page. Doing ?<anything> at the R prompt starts
up yet another netscape instance, but still no R help.
Anyone knows why, or even better, how to solve this?
Regards,
2003 Jun 16
3
crash on LIST command
Hello,
I'm experiencing a reproducable crash in the imap daemon of dovecot
0.99.9.1 when running the next commands (sniffed from a sylpheed session):
[cocaine:~] telnet ice 143
Trying 192.168.196.1...
Connected to ice.
Escape character is '^]'.
* OK dovecot ready.
1 NOOP
1 OK NOOP completed.
2 LOGIN wouter password
2 OK Logged in.
3 NAMESPACE
3 BAD Error in IMAP command: Unknown
2001 Dec 10
1
Font problem with delphi application
Hi all,
I am having a problem with a small Delphi address database application.
When attempting to display the address details from one of a list of
addresses, an empty text area is displayed instead of a text area
containing address details. Screenshots of the app in windows and wine
can be found here:
http://www.blub.net/~wouter/wine/windows.png
http://www.blub.net/~wouter/wine/wine.png
The
2004 Jul 12
1
dovecot-1.0-test27 crash on FETCH
Hello,
I've got a crash with -test27 on a FETCH, just after logging in. Attached
are the mailbox (1 message only), logs, sniffed session, testcase and core
dump backtrace. If the dovecot.conf is needed, just ask (it's pretty much
the default configuration).
Maybe this has just been fixed in -test28, in which case you can just
delete this email. :)
Btw, it's rather irrelevant, but
2009 Jun 24
3
Unexplained reboots in DRBD82 + OCFS2 setup
We're trying to setup a dual-primary DRBD environment, with a shared
disk with either OCFS2 or GFS. The environment is a Centos 5.3 with
DRBD82 (but also tried with DRBD83 from testing) .
Setting up a single primary disk and running bonnie++ on it works.
Setting up a dual-primary disk, only mounting it on one node (ext3) and
running bonnie++ works
When setting up ocfs2 on the /dev/drbd0
2009 Jun 24
3
Unexplained reboots in DRBD82 + OCFS2 setup
We're trying to setup a dual-primary DRBD environment, with a shared
disk with either OCFS2 or GFS. The environment is a Centos 5.3 with
DRBD82 (but also tried with DRBD83 from testing) .
Setting up a single primary disk and running bonnie++ on it works.
Setting up a dual-primary disk, only mounting it on one node (ext3) and
running bonnie++ works
When setting up ocfs2 on the /dev/drbd0
2006 Mar 06
3
break a vector into classes
Hi,
I'm looking for a function which divides a vector into n classes and
returns the breaks as well as the number of values in each class.
This is actually what hist(vector, breaks=n) does, but in hist() n is a
suggestion only, and is a suggestion only and cannot be enforced (as
far as I know...)
It is not so difficult to do it yourself, but a ready made function would
be nice...
2009 Aug 13
3
Upgrade question from 1.1 to 1.2
Good afternoon,
I am considering to upgrade from Dovecot 1.1.18 to 1.2.x and was reading
your Wiki regarding any changes and found: "If you were using e.g.
mail_location = maildir:/var/mail/%h, just change it to mail_location =
maildir:%h and add /var/mail/ prefix to home dirs."
I am currently using: "mail_location = maildir:~/Maildir" in combination
with vpopmail. Does
2008 Nov 20
4
[Bug 18636] New: nouveau git does not run on NV34M
http://bugs.freedesktop.org/show_bug.cgi?id=18636
Summary: nouveau git does not run on NV34M
Product: xorg
Version: git
Platform: PowerPC
OS/Version: All
Status: NEW
Severity: critical
Priority: medium
Component: Driver/nouveau
AssignedTo: nouveau at lists.freedesktop.org
ReportedBy: wouter
2007 May 13
1
Migrating to Maildir -> path
Hello,
I'm in the process of migrating to Maildir, and I wondered what would be an
acceptable path.
I want to do virtual-accounts only, so $HOME/Maildir/ is not an option.
I was thinking of /some/path/username at domain.tld/Maildir/
and later perhaps /some/path/(firstletter)/username at domain.tld/Maildir/
but perhaps Maildir/ is a bit too redundant here....
Anyone who could advice ?
2009 Jun 17
4
Serverside AjaxRequest or AjaxUpdater detections
Hi all,
This question might be a long shot, but I''m going to ask it anyway. In
my application, I''ve created a before_filter that does some magic. It
looks like this:
if request.xhr? then
render :update do |page|
page.redirect_to url_for_thingy
end
else
redirect_to redirect_to url_for_thingy
end
This works perfectly, however, I have one annoyance. On the server side,
2008 Nov 27
3
UIDL question
Hi all,
I'm migrating a Postfix + Dovecot 1.0 server with mboxes to Qmail + Dovecot
1.4 with Maildirs and encounter the following the problem.
Using perfect-maildir.pl from: http://perfectmaildir.home-dn.net/ i can
relatively succesfully convert the mbox to a Maildir. The problem, however
is that clients with "leave mail on server" set to on retrieve all email a
2nd time.
I
2012 Feb 09
2
XL toolstack and drbd
Hej folks,
I''m messing around with DRBD once again but with a new Xen 4.1.2 installation
using the XL toolstack instead of the xend daemon.
However, after getting my DRBD installed and a device operational, trying to create
a domU using the drbd block device doesn''t want to work:
xl create -c test.cfg
Parsing config file test.cfg
Unknown disk type: drbd
My config has:
disk
2010 Aug 04
1
Asterisk (1.8-beta2) and SIP IPv4/IPv6 dual-stack possibilities
Dear list,
I'm trying to get Asterisk to work dual-stack on Linux and I'm left with
a question.
Imagine that a user (on the road) connects to Asterisk from various
places. Many of them probably don't have IPv6 support yet. However, his
house and office do have IPv6 connectivity. I would like to make sure
that whenever IPv6 is available, the connection will be made over IPv6,
but
2007 Feb 15
1
Dovecot proxy question (hostname instead of ip)
Hello,
We are planning to use the Proxy feature of Dovecot,
but fail to implement it currently the way we would like to.
Reason is that proxy insists to have an IP-address as host :
Feb 15 15:43:24 proxy-test.widexs.nl dovecot: pop3-login: proxy(username):
mspool01-test.widexs.nl is not a valid IP
When I changed the query to force the IP-address of the above server,
it works.
Would it be