Displaying 20 results from an estimated 10000 matches similar to: "problem with sub in graphs"
1997 Dec 03
1
R-alpha: Two buglets and a difference
I have come across three problems in the past few days, in spell of
heavy R ( version R0.50-a4/Sun Solaris2.5.1 ) use.
1.
I was using lwd=2 to get thicker lines on plots for printing, but
although the 'lwd' parameter works fine with x11(), the thickened lines
do not print with print.plot, or by using postscript() directly.
2.
Try the following,
plot(1:10, -(1:10))
1997 Apr 10
1
R-beta: Compiling R-0.16.1 on Solaris 2.5.1
Setup: Sparcstation 4 with Solaris 2.5.1 and Sun compilers
After downloading R-0.16.1 and runnning configure, make fails as follows
cd main; make
cc -o R.binary arithmetic.o array.o attrib.o bind.o builtin.o character.o coerce.o colors.o context.o cov.o cum.o dataframe.o debug.o deparse.o dotcode.o dstruct.o duplicate.o edit.o envir.o errors.o eval.o format.o gram.o
2000 Jul 28
4
gremlin in rep()
the following occurred inadvertently and brought R-1.1.0 down
rep(1:3, c(4,2,-6))
Segmentation Fault (core dumped)
platform i686-pc-linux-gnu
arch i686
os linux-gnu
system i686, linux-gnu
status
major 1
minor 1.0
year 2000
month June
day 15
language R
2000 Jul 27
1
problem using ts after tapply
here is a distillation of a problem encountered in transfering some
working code from R-0.63 to R-1.1.0
a1 <- 1:10
b1 <- tapply(a1,a1, sum)
c1 <- ts(b1)
c1
Error in if (NCOL(x) == 1) { : missing value where logical needed
note that the error is returned as the value of calling ts() and is not
automatically displayed
problem seems to be that
is.array(b1) returns TRUE
yet dim(b1)
1998 Feb 25
1
R-beta: Mac version
Colin Farrow <C.Farrow@geology.gla.ac.uk> writes:
> Peter,
>
> Cautiously sticking my neck above the water line here. I have been
> wondering about the Mac version for a while now. I may be able to get
> an MSc IT student to work on this as a project for about 3 months
> June-Sept. Before putting up the proposal some idea of the scale of the
> task would be useful. Do
2000 Feb 25
1
bug and fix : using panel.first with plot() in do.call() (PR#457)
The following works as expected
plot(1:5, panel.first=grid(2,2))
and if
my.panel<-function() grid(2,2)
then
plot(1:5, panel.first=my.panel() )
is also OK
but,
do.call("plot", list(x=1:5, panel.first=grid(2,2))
do.call("plot", list(x=1:5, panel.first=my.panel))
do.plot("plot", list(x=1:5, panel.first=my.panel() ))
2001 Mar 19
2
Ternary plots
**********************************************************
** Dr. David Lucy **
** Centre for Forensic Statistics and Legal Reasoning **
** Department of Mathematics and Statistics **
** The University of Edinburgh **
** James Clerk Maxwell Building **
** King's Buildings
1998 Dec 04
1
Linux compile problem
System setup is:
Redhat Linux 5.2, gcc-2.7.2.3-14, glibc-2.0.7-29, fort77, f2c
Compilation proceeds until final linking stage which produces
ld -export-dynamic -o ../../bin/R.binary arithmetic.o array.o attrib.o
bind.o
builtin.o character.o coerce.o colors.o complex.o context.o cov.o cum.o
debu
g.o deparse.o deriv.o devices.o dotcode.o dstruct.o duplicate.o envir.o
error
s.o eval.o format.o
2002 Nov 06
5
"chemical" plot
Hi all,
May be there is a plot which shows 3 variables in a triangle, their sum
being constant. I have forgotten its name, and a search in the engine using
"plot" did not help.
Does anyone know of such a procedure in R or S?
Thank you
--christian
Dr.sc.math.Christian W. Hoffmann
Mathematics and Statistical Computing
Landscape Dynamics and Spatial Development
Swiss Federal Research
2006 Oct 09
2
Installing Rmpi on 64-bit Linux Athlon
Hello,
We have recently added a 64-bit 2 x Dual-Core Athlon server running Red
Hat Enterprise Linux AS release 3 to allow for processing of large data
sets (>4GB) in R. To integrate this server into our Linux cluster, I
have been trying (unsuccessfully) to use Rmpi/lam-mpi to parallel
process some of our scripts. While I have successfully compiled R 2.4.0
and lam-mpi 7.1.2 on this server using
1998 Apr 28
1
Problems renaming files on samba share
Hi,
I am now running Samba services to a network of 200 or so
PC's accessing a central UNIX filserver and overall it is a
success. There are just a few niggles however.
I'll email my smb.conf later if this is required but I
guess this may be a common newbie problem. Users all have a
home directory mapped to their Z drive. This is okay, but
if they try to rename a file (right click
2005 Jul 01
1
Re: boot failure after install -- my bootloader beat up your honor student
Feizhou wrote:
> I completely disagree with you here since I use grub over pxe to
> install/boot my servers and avoid any local bootloading problems.
From: Peter Farrow <peter at farrows.org>
> In one sentence, grub is poorly documented, over complicated pants, and
> lilo ROCKS...
At the risk of offending even more people by suggesting a "middle
ground" where
2005 Sep 14
4
Graphical presentation of logistic regression
Hi,
I wonder if anyone has written any code to implement the suggestions of
Smart et al (2004) in the Bulletin of the Ecological Society of America
for a new way of graphically presenting the results of logistic
regression (see
www.esapubs.org/bulletin/backissues/085-3/bulletinjuly2004_2column.htm#t
ools1 for the full text)? I couldn't find anything relating to this sort
of graphical
2013 Jun 13
0
JOB: Funded PhD studentship in applied statistics / veterinary epidemiology
JOB: Funded PhD studentship in applied statistics / veterinary epidemiology
Do you want to be able to predict something useful in horse racing?
A 3.5 year funded PhD position is available at the University of Glasgow (School of Veterinary Medicine), with a tax free stipend starting at ?13,726 per year
The long-term aim of this work is to quantify the risk of (fatal) injury for individual
2002 Apr 10
3
Strange assignment bug (PR#1450)
Dear bugs @r;
The following reproduces erroneous results on my system using R-gui:
platform i386-pc-mingw32
arch x86
os Win32
system x86, Win32
status
major 1
minor 4.1
year 2002
month 01
day 30
language R
#####################################################
inter.gp.effect <- 0.1
animals <- data.frame(pos = 0:2)
SI.model <- function(Animal.group) {
2006 Feb 09
2
nice log-log plots
Dear All,
I am trying to produce log-log plots in R and I was wondering if any of you have a 'template' for generating these with 'nice' labels and log-log grids?
I know I can set up axes individually and use the intervals I want, however, I will be producing a large number of these plots and would not like to do this manually for each of them + I am very new to R and at the
2009 Jul 14
1
Problem with GroupedData
Hi,
I have an original data frame with 8 columns of variables, which are stored in 'data1' frame.
data1 <- read.csv("E:\\PHD GLASGOW UNIVERSITY\\Data\\R\\Colin\\Cailness21.csv")
attach(data1)
names(data1)
[1] "Date" "d" "m" "y" "Time"
[6] "Depth" "Temp"
2003 Apr 28
1
qr(x,LAPACK=TRUE) (PR#2867)
Hi,
I think there is a problem with the LAPACK version of qr() in version
1.7.0. (version below).
1. The documentation states that LAPACK=TRUE is the default, but the code
has LAPACK=FALSE.
2. With LAPACK=TRUE qr() is never pivoting, even in cases where it very
clearly should be. e.g.
set.seed(0)
X<-matrix(rnorm(40),10,4);X[,1]<-X[,2]
qrx<-qr(X,LAPACK=TRUE)
qrx$pivot # note, no
2004 Mar 16
0
mgcv 1.0
mgcv 1.0 (package providing gams etc) will be released with R 1.9.0.
(R 1.8.x compatible versions can be found at:
http://www.stats.gla.ac.uk/~simon/simon/mgcv.html)
There are quite a few changes from mgcv 0.9: hence this message.
The main new features are:
* A generalized additive mixed modelling function `gamm' (which uses lme
from the nlme library of glmmPQL from the MASS library for
2004 Mar 16
0
mgcv 1.0
mgcv 1.0 (package providing gams etc) will be released with R 1.9.0.
(R 1.8.x compatible versions can be found at:
http://www.stats.gla.ac.uk/~simon/simon/mgcv.html)
There are quite a few changes from mgcv 0.9: hence this message.
The main new features are:
* A generalized additive mixed modelling function `gamm' (which uses lme
from the nlme library of glmmPQL from the MASS library for