Displaying 20 results from an estimated 1000 matches similar to: "postscript: can't center plot"
2004 Feb 18
2
building the development version
I'm trying to build the current development version of R on an SGI
running IRIX6.5. Everything proceeds merrily until I reach the eda
package. This is the error message I get if I cd to the appropriate
directory and type 'make' or 'make all.' Does this make sense to
anyone? -- Thanks, Debby
gmake[3]: Entering directory `/l/fsc/dfs/src/R/src/library/eda'
building
2000 Oct 25
4
png output in batch
I'm trying to use R in a cgi script to produce graphics
files in png format, and I'm having a problem.
My shell command line looks like this:
R </usr/dfs/auction/eligibility.R --no-save >/tmp/R.out
and the line in the R script looks like this:
png ("foo.png", pointsize=18)
If I run outside the cgi context, it runs great. When
run as in a cgi script, I get this error
2003 Jul 23
2
trouble with maps
Has anyone else seen this behavior from the "maps" package?
map('state', fill=TRUE)
results in a lively mix of overlapping polygons inside a
map of the US, but they have no obvious relationship to
state boundaries. (See attached jpeg.)
-------------- next part --------------
I reinstalled the maps and mapdata packages from
ftp://ftp.mcs.vuw.ac.nz/pub/statistics/map/
2002 May 06
2
need help building R on SGI
I'm trying to build R-1.5.0 on an SGI. I downloaded the tar file
just a couple of hours ago. These are the various variables I set
before configuring, and the arguments to configure I'm using:
export R_PAPERSIZE=letter
CPPFLAGS=-I/usr/dfs/src/readline
export LDFLAGS='-L/usr/common/lib -L/usr/lib32 -L/usr/dfs/src/readline'
export CONFIG_SHELL=/v/bin/sh SHELL=/v/bin/sh
./configure
2005 Jun 24
3
domain login problem
Hi,
I have a Red Hat AS3 PDC server running Samba 3.0.0. I have Linus workstations and Windows 2000 workstations. Some not all of my Windows 2000 workstations will not let any user login to the domain. Says username or password is incorrect. If you create a local user account on the workstation and login as that user you can get to all shares and there are no problems. I also have a problem with
2000 Apr 12
4
For wishlist: sanity checks for subsets in lm, glm (PR#
Martyn Plummer <plummer@iarc.fr> writes:
> On 12-Apr-00 Peter Dalgaard BSA wrote:
> > Might be a good idea. Mind you, Splus 3.4 does exatly the same thing,
> > and I'm a little worried that the uniqueness assumption might kill
> > some bootstrapping applications:
> >
> > glm(y ~ x, data=test.data, subset=sample(seq(along=y),replace=T))
>
> Splus
2010 Oct 06
4
Problems with Xen Tools instalation
Hello,
when I try to install Xen-Tools using the xs-tools.iso I get the error:
Errors were encountered while processing: /mnt/visostore/Linux/xe-guest
utilities_0.5.0-579_i386.deb
I used the xs-tools. iso present in the installation CD XCP and I followed
the steps on page 28 (To install the guest agent) of XCP Virtual Machine
Installation Guide: I mounted the xs-tools. iso and I executed the
2004 Jan 05
3
Heeeeeelp! Estimatet Marginal Means of ANOVA needed!
Hello!
I urgently need to know if it is possible (and if so, how to do) to get
the "Estimatet marginal means" from an ANOVA.
Or explained more coplicated: It's about plants sewn in 2 densities & 2
patterns. The Variable is biomass and I also use a Covariate. There are highly
significant differences between density & pattern but I don't know which of the
2 densities
2002 Aug 01
4
copying objects
Hello, How does one copy objects between Workspaces?
Thank you,
Deborah
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch
2008 Apr 07
2
read.table with multiple header lines
Hello,
I have difficulties in reading in a text file with multiple (=2) header lines. My table looks like this:
id code gr grcode AA AB AC AD
time 30 40 50 60
1 1234 1 c 0 1 0 0
2 1346 1 c 0 0 0 1
3 1456 1 c 0 0 1 1
4 1893 1 c 0 0 1 1
Can someone help me out?
Thanks
Deborah
--
2008 May 13
1
Bubble plot pie chart map
Hello,
I am currently trying to show the abundance of two species of
zooplankton within the North Sea as pie chart bubble plots. I followed
Werner Wernersen's advice in R help
(http://finzi.psych.upenn.edu/R/Rhelp02a/archive/48644.html) and used
Paul Murrell's paper "Integrating Grid Graphics Output with Base
Graphics Output" (in R News) to try and do this (using the gridBase
2002 Jun 21
1
naming things in functions
Hello,
I'm working with R version 1.5.0 in Windows. I've written a function
(SummaryMat, segment below) which uses a loop to
repeatedly call another function (PercentsMat, segment below).
PercentsMat creates a matrix and adds rows to it each time it is called.
I use deparse(substitute(...)) to get the names of the lists sent to
PercentsMat to use them as row names in the generated
2000 Jun 16
1
postscript device on R-1.1.0
Am I the only one with this problem?
> postscript()
Error in old$command == "default" : comparison (1) is possible only for
vector types
The function postscript() is creates a list called "old". the function
wants to access old$command, but old does not have a component called
command.
> postscript
function (file = ifelse(onefile, "Rplots.ps",
2002 Jul 23
1
installation R (OS: windows)
I''ve downloaded R (version: R-1.5.1). I looked at your instructions
to install it into my pc, but after extracting files with winzip, I
clicked on src/gnuwin32/installer/install but icon was in my directory, but was not on.
I also looked for SetupR.exe or miniR.exe icons, but I didn''t find them.
Now, I don''t know how to get the installation.
Could you help me please?
2006 Nov 10
1
count data with nested mixed effects
Dear R-Pros,
I have count data in which 6-10 points are nested within 17 larger units
(which are nested within 3 larger-still units) plus a number of
covariates. It could be nested ANCOVA but for poisson family. Could
someone kindly advise me 1) if lmer is the correct function for the
analysis? and 2) what synax expresses the error structure? I have
consulted the package HTML documentation but
2009 Nov 09
2
Missing 'mailbox' variable ?
Hi,
I'm using Dovecot with LDAP.
My users have an home directory and a field named 'mailMessageStore'.
Then the full mailbox path is 'homeDirectory/mailMessageStore'
In dovecot-ldap.conf i configured as follows :
user_filter = (&(objectClass=qmailUser)(cn=%u))
user_attrs =
qmailUID=uid,qmailGID=gid,homeDirectory=home,mailMessageStore=mail=maildir:~/%$
Everything is
2014 Jun 23
2
Fwd: [nut] Please create an AppData file for NUT Monitor (#127)
Hi David,
it seems that your below mail went unmoderated :-/
anyway, any news on the appData side?
as usual, I can provide help if needed...
have you also been able to take a look at the pyNut3 thread / pull requests?
cheers,
Arno
From: David Goncalves <david at lestat.st>
To: Charles Lepple <clepple at gmail.com>
Cc: <nut-upsdev at lists.alioth.debian.org>
Date: Fri, 30 May
2010 Sep 02
5
Starting Ubuntu 10.04 on XCP
Hello,
I’m having difficulty to starting Ubuntu 10.04 virtual machine with XCP
0.5.0. I put 3 files (vmlinuz, initrd.gz, xm-debian.cfg) in the same place
under the unpacked ISO tree but when I start the VM, the following error is
returned:
# xe vm-install template="Ubuntu Lucid Lynx 10.04 (32-bit)"
new-name-label=Teste other-config-install-repository=nfs:10.0.0.3:
2012 Apr 13
4
Help with stemDocument
Hi, All:
I am new to R and tm package. I'm trying to do the stemming using tm_map()
and it doesn't seem to work:
*I used:*
> stemDocument(t_cmts[[100]])
*Where t_cmts is the corpus object, the results is:*
bottle loose box abt airpak sections top plastic bottle squashed nearly
flush neck previous shipments bottle wrapped securely bubble wrap wno
bottle damage packaging poor
2017 Jul 23
0
Openups patch proposal (KDE, etc.)
On Jul 23, 2017, at 4:50 AM, Alphonse <alphsteiner at gmail.com> wrote:
>
> Another point is bugging me: the ups is not repported as a battery in kde nor in the output of 'solid-hardware list'.
> Do you have an idea for this problem?
> Thanks!
>
To be honest, most of the NUT development effort is focused on shutting down servers, so there isn't a whole lot of