Displaying 20 results from an estimated 20000 matches similar to: "Problem with points/lines (PR#10472)"
2007 Nov 28
1
R install problem on MacOS 10.5.1 (PR#10476)
Full_Name: Saleem Bhatti
Version: 2.6.1
OS: MacOSX 10.5.1
Submission from: (NULL) (81.187.216.162)
Using R-2.6.1.dmg to do an automated install on MacOS 10.5.1.
Installation fails with following text.
Installation had errors.
Install failed.
The Installer could not install some files in "/".
Contact the software manufacturer for assistance.
See window capture at:
2008 Jun 16
1
left-aligned title?
Hi,
I am trying to insert a letter in a plot corner outside the plotting
area. Thus, "legend" and "text" don't seem to work. "title" does the
trick, but I cannot find a way of moving it from the center to the
left corner... I already tried with a few parameters from par, but
title does not take them.
Would anyone have an idea on how to pull this one off?
2006 Jul 26
1
Installation package of R-GUI (PR#9098)
Full_Name: Fr?d?ric Moser
Version: R-GUI, the last one
OS: Macosx 10.4.7
Submission from: (NULL) (83.228.155.25)
The installer say that I can't install R-GUI, because I don't have Macosx 10.4.4
installed, but my powerbook g4 1.33ghz run the 10.4.7 ...
Strange :P
Thanks, and R for mac os x looks great !
FXI
2000 Jan 11
1
a +1 shift overlaying lines/points on a boxplot (PR#398)
Full_Name: Adrian Custer
Version: 0.90.0
OS: Linux on Thinkpad (pentium) and desktop (K6)
Submission from: (NULL) (128.32.251.234)
When I create a boxplot, and then try to overlay a lowess fit or just the
points,
the points do not appear in the highest level and the lowess curve does not
reach
the highest level. However, if I add one to each of the models, the problem is
solved.
I tried this
2007 Nov 27
3
problem with plotting table
Hi all,
Let us have:
x<-1:10
y<-x/2
plot(table(x), type="p")
points(table(y), pch=2)
Why does the last command plots the values of table(y) using the x
coordinates of table(x)???
Am I doing something wrong?
What would be a way of plotting the points of table(y) on their place?
#this problem also occurs with:
plot(table(y), type="p")
points(table(x), pch=2)
Thank
2006 Oct 02
1
Trig.Rd typo (PR#9269)
Full_Name: Robin Hankin
Version: 2.4.0 RC
OS: MacOSX 10.4.7
Submission from: (NULL) (139.166.242.29)
The first cut line described in Trig.Rd for asin() is incorrect in the ascii
version of the manpage.
The Rd file reads:
For \code{asin()} and \code{acos()}, there are two cuts, both along
the real axis: \eqn{\left(-\infty, -1\right]}{\(-Inf, 1\]} and
Note the inconsistency between the
2006 Jun 21
0
R-2.3.1 MacOSX segfault (PR#9014)
Full_Name: Diego Diez
Version: 2.3.1
OS: Mac OSX 10.4.6
Submission from: (NULL) (133.103.101.222)
When running R in a X11 terminal, and trying to download a file with a wrong url
with method "internal", R segfaults. This does not happen when using R.app with
same method (??) or using "wget" method.
For example:
>
2008 Apr 05
1
Random seed not reset when starting R (PR#11089)
Full_Name: Pall Melsted
Version: 2.3.1
OS: WinXP
Submission from: (NULL) (71.240.25.175)
Random set is not reset when starting R again. When R starts with a
[Previously saved workspace restored]
it seems that the .Random.seed variable is already set. If you quit R (and don't
save your workspace) the next time you start R .Random.seed will be set to the
same value again.
Steps to
2003 Nov 24
4
R postscript generation error (lines versus points) (PR#5285)
Full_Name: Stephen Harker
Version: 1.80
OS: linux (Yellow Dog 3.0 on ppc)
Submission from: (NULL) (130.194.13.101)
In creating a postscript file from a set of data in which the points are
plotted
using `points()' and lines drawn using `lines()' I have found since upgrading
from R version 1.4? to 1.8 that the two sets do not coinicide completely. This
is best illustrated by a simple
2009 Feb 24
3
invalid comparison in numeric sequence (PR#13551)
Full_Name: alex
Version: 2.8.1
OS: Ubuntu / MacOSX
Submission from: (NULL) (162.38.183.51)
> 0.6==0.6
[1] TRUE
> seq(0,1,0.1)==0.4
[1] FALSE FALSE FALSE FALSE TRUE FALSE FALSE FALSE FALSE FALSE FALSE
> seq(0,1,0.1)==0.6
[1] FALSE FALSE FALSE FALSE FALSE FALSE FALSE FALSE FALSE FALSE FALSE
> seq(0,1,0.1)==0.8
[1] FALSE FALSE FALSE FALSE FALSE FALSE FALSE FALSE TRUE FALSE FALSE
2008 Jan 30
2
logical operator and addition (PR#10665)
Full_Name: Nicolas Simonis
Version: 2.6.1
OS: windows
Submission from: (NULL) (155.52.10.223)
Very funny bug :
> 0.6<0.6
[1] FALSE
> 0.6<0.4+0.2
[1] TRUE
control :
> 0.7<0.7
[1] FALSE
> 0.7<0.4+0.3
[1] FALSE
With R 2.6.1 windows. it's not doing it with R 2.3.1 linux...
2007 Dec 18
2
bug in r-base (PR#10521)
Full_Name: marco zamboni
Version: no R version
OS: ubuntu gusty
Submission from: (NULL) (87.9.174.188)
I have just finish to install gusty ubuntu on my AMD sempron.
I would like to:
$ sudo apt-get install r-base
but
...
I seguenti pacchetti hanno dipendenze non soddisfatte:
r-base: Dipende: r-base-core (>= 2.6.1-1gutsy0) ma 2.5.1-1 sta per essere
installato
Dipende:
2007 Dec 18
2
bug in r-base (PR#10521)
Full_Name: marco zamboni
Version: no R version
OS: ubuntu gusty
Submission from: (NULL) (87.9.174.188)
I have just finish to install gusty ubuntu on my AMD sempron.
I would like to:
$ sudo apt-get install r-base
but
...
I seguenti pacchetti hanno dipendenze non soddisfatte:
r-base: Dipende: r-base-core (>= 2.6.1-1gutsy0) ma 2.5.1-1 sta per essere
installato
Dipende:
2007 Dec 04
2
Wishlist: mention Vectorize in 'outer' man page (PR#10490)
Full_Name: Antonio, Fabio Di Narzo
Version: 2.6.1
OS: linux
Submission from: (NULL) (213.140.16.187)
In 'outer' man page, there is no mention of the Vectorize function.
Moreover, I think it isn't underlined enough that the FUN argument to 'outer'
must be a vectorized function (doc speaks about a function which has to 'operate
elementwise').
A cross-reference from
2008 Feb 01
1
argument order for Math2 group functions in R 2.6.x (PR#10679)
Full_Name: Ben Hansen
Version: 2.6.1
OS: Windows
Submission from: (NULL) (66.93.3.101)
Hi,
In R 2.6.0 or 2.6.1 on Windows, I get the following upon opening the GUI (no
previous commands or special settings):
> signif(digits=4, x=1/3)
[1] 4
It seems to be taking 4 to be the "x" argument, the number to be rounded.
However, my understanding (perhaps mistaken) was that it should
2006 Apr 19
3
help! installing rubygems in ubuntu... problems with zlib
Hi,
I am trying to install Ruby on Rails on a Linux Ubuntu PC. I already
installed manually ruby 1.8.4. But when I try to install rubygems, I get
the error:
/usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:21:in
`require__'': no such file to load -- zlib (LoadError)
from
/usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:21:in
`require''
2007 Dec 01
2
NAs produced by integer overflow (PR#10482)
Full_Name: Stefan Th. Gries
Version: R version 2.6.1 (2007-11-26)
OS: Windows XP Home SP2
Submission from: (NULL) (68.6.47.105)
Hi
A simple computation results in integer overflow:
These are the relevant vectors:
> sum(cur.obs)
[1] 110231
> colfreq
other past perfect present progressive
14845 1222 4776 101347 2863
>
2007 Dec 10
1
CRAN Index Problems
Hi,
I am getting the following error: Warning: unable to access index for
repository
http://cran.hostingzero.com/bin/macosx/universal/contrib/2.6 with I
run "Get List" in the Package Install window. I am running Leopard
and 2.6.1. What can I do?
Thanks,
Keith Jones
2008 Apr 04
1
cannot increase memory size to 4Gb (PR#11087)
Full_Name: Nick Henriquez
Version: 2.6.2; 2.6.1 and 2.4.1
OS: Vista business 64
Submission from: (NULL) (144.82.49.16)
I try to increase memory size (by copy-pasting from FAQ) --max-mem-size=1Gb at
the end of the Target field (after any final double quote, and separated by a
space) and changing the 1 to a 4.
After double-clicking the shortcut (for modified 2.4.1 OR 2.6.1 OR 2.6.2) I get
2008 Feb 02
2
argument order for Math2 group functions in R 2.6.x (PR#10683)
signif() is primitive in 2.6.x, and so uses positional matching (almost
all primitives do).
See the NEWS file for the announcement of the change.
On Sat, 2 Feb 2008, ben.hansen at umich.edu wrote:
> Full_Name: Ben Hansen
> Version: 2.6.1
> OS: Windows
> Submission from: (NULL) (66.93.3.101)
>
>
> Hi,
>
> In R 2.6.0 or 2.6.1 on Windows, I get the following upon