similar to: Documentation suggestion!

Displaying 20 results from an estimated 10000 matches similar to: "Documentation suggestion!"

2001 Jan 10
1
Rcmd ?
Hi, I tried running Rcmd.exe to no avail. It doesn't even start because it tries to read some memory address that NT says it can't and terminate. I tried downloading and reinstalling rw1020sp.zip with the installer twice just in case it got corrupted somehow in transport but it resulted in the same problem. What should I do? platform i386-pc-mingw32 arch x86 os Win32 system
2001 Jan 17
1
Scientific notation?
Hi, Would there be a function and/or some options to force R to write a value of say 1.0e-4 as "0.0001"? More specifically I want to use R to write ASCII file(s) for other programs to read and some of these programs don't know how to deal numbers in scientific notation or have a different convention. Thanks in advance. Yves Gauvreau B.E.F.P. Universit? du Qu?bec ? Montr?al cyg at
2001 Jan 14
1
Redrawing !
Hi, If I may suggest that something be done to the window drawing function of a plot. As it is now, we don't even have time to resize the window by a tiny bit before it's invoke and I think it would be an improvement if while the mouse is down the redrawing was delayed somehow. This is especially true when the plot is crowded. I also observed that moving the plot window around was a lot
2000 Aug 10
0
Delayed output?
> From: "Yves Gauvreau" <cyg at sympatico.ca> > Date: Thu, 10 Aug 2000 09:03:51 -0400 > I'm using R1.1 GUI on NT4 box, I noticed that when I use functions that > print some output during processing I see this output only after the > function as terminated. If during the processing I activate another > program's window that overlay completely the R window
2001 Jan 11
0
Principal component?
Hi everyone, I did a principal component analysis (princomp) on a dataset I have, I plotted the first two columns and labeled the points by their index number. I observed that most index sequences (points 50:65 for example) kind of form arc shape trajectories on the graph (even loops), some of those seem to converge at some particular location and those specific patterns just happen to have some
2000 Dec 06
1
R: RE:
A trick I use is to give tab-delimited text files created by excel or R the .xls extension: this may apply, and it may be better, to CSV: R couldn't see any difference whichever the extension will be, and windows will be foolished by the .xls extension an will open the file with Excel that will handel it CORRECTLY. If you need to have the data always alligned in Excel and R this trick will
2001 Jan 02
1
minor problems (if problems at all): <ESC> in RGui; finding (PR#800)
On Tue, 2 Jan 2001 H.RINNER@TIROL.GV.AT wrote: > [These things don't seem to be of too great importance and may well not meet > the criteria of a "bug", but, for what it's worth,I thought I'd submit them > to r-bugs anyway:] > > This is the R version: > > version > _ > platform i386-pc-mingw32 > arch x86
2000 Jun 17
1
Re: R-1.1.0 is released : GUI
> From: "Yves Gauvreau" <cyg at sympatico.ca> > References: <Pine.GSO.4.05.10006170711230.12526-100000 at auk.stats> > Date: Sat, 17 Jun 2000 08:41:57 -0400 > Sender: owner-r-help at stat.math.ethz.ch > Precedence: bulk > > This discussion is quite interesting. From the little I know of these issues > may I humbly suggest that parallelism may be the
2001 Apr 27
1
INSTALL Problems
Dear All, I have tried to install the tensor package (from: http://cran.r-project.org/src/contrib/PACKAGES.html#tensor ), using the comand: " shell("Rcmd INSTALL tensor") " then I got the following mensage: ---------------------------------------------------------------------------------- make: Entering directory `/d/bin/cran/rw1022/src/gnuwin32' make DLLNM= EXTRADOCS= \
2000 Apr 06
1
RODBC
Hi, I've installed the RODBC library, R1.000, NT 4.0. When I try to load it here is what I get: library(RODBC) Warning message: Package `RODBC' contains no R code in: library(RODBC) channel <- odbcConnect("PubsDSN", "sa", "password") # userId and password Error: couldn't find function "odbcConnect" Does anyone can shed some ligth on this
2000 Oct 17
3
Cleaning things up?
Hi, I know it must be written somewhere but I can't find it. I'd like to remove all variables or objects that I've created but not the functions. I look at a few things without success. Is there a R way of doing this? There are to many to create a manual list. Thanks in advance. Yves Gauvreau -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help
2011 Oct 07
1
iplots
Hi guys, I am trying to plot a scatterplot with lines instead of with points using function iplot in library iplots. The best I can come up with is x =(1:100) y = rnorm(100) iplot(x,y,ptDiam=0) ilines(x,y) Do you guys know of any paramter to set the "type" in iplot or iplot.opt? Thanks, Fernando ?lvarez
2007 Mar 28
0
Fwd: Re: documentation clarifications (PR#9586)
On 3/27/2007 11:36 PM, Richard M. Heiberger wrote: > I verified that this is a difference in behavior in both the released 2.4.1 for Windows > and the "2.5.0 Under development (unstable) (2007-02-10 r40690)" for Windows. > In htmlhelp, the word "interaction" is clickable and goes to the interaction{lattice} > page. In chmhelp, the word "interaction" is
2007 Mar 29
0
Fwd: Re: documentation clarifications (PR#9587)
On 3/28/2007 8:50 AM, Duncan Murdoch wrote: > On 3/27/2007 11:36 PM, Richard M. Heiberger wrote: >> I verified that this is a difference in behavior in both the released 2.4.1 for Windows >> and the "2.5.0 Under development (unstable) (2007-02-10 r40690)" for Windows. >> In htmlhelp, the word "interaction" is clickable and goes to the interaction{lattice}
2013 Feb 28
1
query labels in iplot() (or other interactive scatterplot)
By Ctr-moving the cursor over a point in an iplot() scatterplot (package iplots) it is possible to check the exact x,y coordinates of a given point. Is it possible to check a text label for that point as well? (i.e., the same info that would get printed on the graphic using text(x,y, labels=v) or with identify(x,y,labels), but I do not want to get the labels permanently plotted on the graphic)
2000 Aug 24
1
How to?
Hi, Is there a way to apply a function to rows or columns of a matrix? Now I use apply(as.matrix(1:nrow(m), 1, function(x) mean(m[x,])) which works fine but kind of slow on large matrix. I'm sure there is something on this somewhere but I can't find it. Thanks Yves Gauvreau -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read
2008 May 02
0
Wine release 0.9.61
This is release 0.9.61 of Wine, a free implementation of Windows on Unix. This release marks the beginning of the code freeze for the 1.0 release. What's new in this release (see below for details): - Automatic updating of the WINEPREFIX directory. - Winhelp now uses Richedit as display engine. - Many RichEdit fixes. - More improvements to IME support. - More quartz fixes. -
2009 Sep 03
3
Zoomable graphs with multiple plots
Hi folks, I was wondering if anyone could confirm/deny whether there exists any kind of package to facilitate zoomable graphs with multiple plots (eg, plot(..) and then points(..)). I've tried zoom from IDPmisc, and iplot from the iplot and iplot extreme packages, but as far I can tell, neither can handle the task. Does anyone know anything else that might work? Or generally know
2007 Dec 14
0
Wine release 0.9.51
This is release 0.9.51 of Wine, a free implementation of Windows on Unix. What's new in this release: - A bunch of WinHelp improvements. - Better Japanese font support. - A ton of rpcrt4 fixes. - Several Alsa capture fixes. - Improved support for screen resolution changes. - Lots of bug fixes. Because of lags created by using mirrors, this message may reach you before the release
2000 Jun 16
0
Any suggestion?
Hi, In R-Notes there is the open.account example which is partly kind of what I'd like to do. I would like to add the following properties or capabilities: - I'd like to add persistence to the object. - I'd like to keep an history of all operation done on an account. - I'd like to add the possibility of transfer between accounts and apply the concept of transactions.