Displaying 20 results from an estimated 7000 matches similar to: "Grid lines?"
2000 Nov 06
6
unix
hello
Is it possible to execute Unix command from R prompt?
for example
ls
cd ..
In matlab this possible by adding "!"
!ls
!cd ..
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
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
2000 Nov 06
6
unix
hello
Is it possible to execute Unix command from R prompt?
for example
ls
cd ..
In matlab this possible by adding "!"
!ls
!cd ..
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
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
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 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
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
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 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
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 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 May 10
3
about strsplit
Hello,
I want to split a string including a "+" but
it seems there is no effect because of this special character.
Just to explain, I convert frequencies to midi notes (external program)
but I don't want to keep
information about quater-tone!
> s <- c("Fd4+1/4") (i't a note!)
> strsplit(s,"+")
[[1]]
[1] "F" "d" "4"
2001 Feb 18
3
Rcmd
I'm running Windows NT4. Rcmd does not seen to
read the command line. Rterm and other things work
well. For example "Rcmd check --help" fails with
the command interpreter trying to find a program
or file called "check." What have I missed?
--
Bob Wheeler --- (Reply to: bwheeler at echip.com)
ECHIP, Inc.
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
2001 Jun 12
1
cophenetic matrix
Hello,
I analyse some free-sorting data so I use hierarchical
clustering.
I want to compare my proximity matrix with the tree
representation to evalute the fitting. (stress, cophenetic correlation
(pearson's correlation)...)
"The cophenetic similarity of two objects a and b is defined as the
similarity level at wich objects a and b become members of the same
cluster during the course of
1999 Dec 02
2
Meaning?
Hi,
Sorry to ask this but what is the meaning of "AFAIK". From a darn Frenchman!
Regards.
Yves
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
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
2000 Sep 24
2
Folding ?
Hi,
I need to write a function that would look something like this:
S <- function(b=betas){
expression(b[1] * f(b[2] * x * f(b[3] * x * f(...b[n-1] * x * f(b[n] *
x)))...)
}
Where n is the number of element in b.
Further I need to be able to evaluate S at some x numerically of course and
I need to use "deriv" and produce dS/dx such that I can evaluate it also at
some x.
I
2001 Jul 19
3
Write a script
Dear R users,
I would like to write a script to launch R commands from a Unix prompt but I
do not have any idea how to do it. Can someone bring me help please?
Thanks in advance
Denis Choquet
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or
2000 Sep 12
3
Editor alternative
I'm using version 1.1.1 under Windows NT and Windows 2000. I'm unable to
get any editor other than Notepad to work. (I don't have use for any of
the Unix editors - vi or Emacs) but would like to use EditPadPro, which has
some nifty features, including the ability to spawn Rgui from within
it. (No syntax highlighting programmability yet, but maybe soon). Anyway,
I have
2000 Oct 27
1
problem with list
Hello,
I've some problems to concatenate elements of a list:
> s1
[1] 1 2 3 4
> s2
[1] 6 7
> l <- list(s1,s2)
> l
[[1]]
[1] 1 2 3 4
[[2]]
[1] 6 7
but now I want to get this:
> l
[[1]]
[1] 1 2 3 4
[[2]]
[1] 6 7
[[3]]
[1] 1 2 3 4 6 7 ## l[1] with l[2]
Someone can help me?
Thanks
Olivier Houix
--
Olivier Houix <houix at ircam.fr> tel: 01 44 78 15 51
2001 Feb 23
4
hclust question
Dear all,
I have a question with regard to the use of hclust. I would like to be
able to specify my own distance matrix instead of asking R to compute
the distance matrix for me. It is computationally easier for me this
way. My question is: How can I get hclust to accept this?
Thanks,
Ranjan
--
***************************************************************************
Ranjan
2000 Jun 08
3
Output args?
Hi,
Is there a way to find out if a function was called with an output argument? Or to prevent the printing of large amount of data if the function was called without output argument?
Thanks
YG
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://stat.ethz.ch/pipermail/r-help/attachments/20000608/8d7a01ec/attachment.html