Displaying 12 results from an estimated 12 matches for "helly".
Did you mean:
hello
2006 Apr 26
3
copying previously installed libraries to R 2.3.0
hi all,
is there a new mechanism in R 2.3.0 for copying libraries from, say, R 2.2.1 to R 2.3.0? i ask because gabor grothendieck comments in his copydir.bat (from gabor's batchfiles at: http://cran.r-project.org/contrib/extra/batchfiles/batchfiles_0.2-5.zip ):
``:: I personally upgraded my 2.1.0 to 2.2.0 this way so it seems ok until
:: R replaces this with something better which is
2004 Dec 18
4
variables - data-structure
dear R-friends,
i`ve got a large dataset of vegetation-samples with about 500
variables(=species) in the following format:
1 spec1
1 spec23
1 spec54
1 spec63
2 spec1
2 spec2
2 spec253
2 spec300
2 spec423
3 spec20
3 spec88
3 spec121
3 spec200
3 spec450
.
.
this means: sample 1 (grassland) with the species (=spec) 1, 23, 54, 63
is it possible to get a following data-structure for further
2005 Dec 23
3
copy contributed packages from R 2.2.0 to 2.2.1
hi R-users,
a few days ago R 2.2.1 came out. on my win xp i'installed R 2.2.0. along the time i've installed a lot of contributed packages. my internet-connection is not very fast.
so my question: is it possible after installing R 2.2.1 to do copy/paste the contributed packages from the C:\Programme\R221 to the C:\Programme\R2.2.1- location in the files system?
or have i to download
2005 Feb 08
2
Data manipulation
Content-Type: text/plain; charset="iso-8859-1"
Received-SPF: none (hypatia: domain of hellik at web.de does not designate permitted sender hosts)
X-Virus-Scanned: by amavisd-new at stat.math.ethz.ch
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by hypatia.math.ethz.ch id j186djX0017423
X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on
2010 Sep 05
1
Greek symbols (again but more complicated)
...#39;t fail but nothing inside the expression statement gets displayed.
plotTimeXMastPAR <- qplot(DT,MastPAR, data=A, xlab = "", ylab = c("PAR", expression(mu, quote(E ~m^-2 ~s^-1))), geom="line") + opts(legend.position="none")
Cheers.
--------------
John Helly, UCSD / San Diego Supercomputer Center / Scripps Institution of Oceanography, Climate, Atmospheric Science, and Physical Oceanography / +01 760 840 8660 mobile / stonesteps (Skype) / stonesteps7 (iChat) / /www.sdsc.edu/~hellyj
2005 May 29
2
"text"-function: adding text in an x,y-plot
Hello R-friends,
i have a question to the "text"-function.
a little test-dataset for better understanding:
-the dataset was imported with read.table(....,header=TRUE)
s1-s10 are the samplenames
var1 var2 var3
s1 1 1 2
s2 2 3 1
s3 2 2 3
s4 5 4 3
s5 4 2 3
s6 6 3 2
s7 8 5 4
s8 7 2 1
s9 9 3 2
2011 Jan 14
3
RSQLite - How to express(or save) a dataframe as an output?
Dear R helpers
Suppose following is an output due to some R process. I wish to save it as a table in 'temp.db'
df <- data.frame(x = c(5, 4, 3, 11), y = c(25, 16, 9, 121))
library(RSQLite)
write('** Initializing','')
drv <- dbDriver("SQLite", shared.cache = TRUE)
con <- dbConnect(drv, dbname = "temp.db",
2007 Oct 12
0
samba and vista workstation logins
Helli All,
I am trying to get our Samba "homes" file server to work with Vista
workstation logins. The following is what I am getting ONLY on Vista
workstations in the samba.log. ( XP & 2000 machines do not get this.)
I did add the
[profiles.V2}
copy = profiles
Hoping this might be the fix. Still no joy.
I can paste my smb.conf if any thinks it would help.
Bottom line is my smb.conf
2004 Apr 12
1
question on isoMDS
Hello everyone,
I have a question on isoMDS.
My data set (of vegetation) with 210 samples is in this way:
Rotfoehrenau Lavendelweidenau Silberweidenau ....
067_Breg.7 0 2 0 ....
071_Dona.4 0 2 6 ....
...
I want to do an isoMDS-analysis with the dissimilarity index
2006 Oct 06
2
[R-pkg] New packages pmg, gWidgets, gWidgetsRGtk2
I'd like to announce three new packages on CRAN: pmg, gWidgets, and
gWidgetsRGtk2.
--John Verzani
1 PMG
*=*=*=
The pmg package for R provides a relatively simple graphical user
interface for R in a manner similar to the more mature RCmdr package.
Basically this means a menu-driven interface to dialogs that collect
arguments for R functions. This GUI was written with an eye towards
2006 Oct 06
2
[R-pkg] New packages pmg, gWidgets, gWidgetsRGtk2
I'd like to announce three new packages on CRAN: pmg, gWidgets, and
gWidgetsRGtk2.
--John Verzani
1 PMG
*=*=*=
The pmg package for R provides a relatively simple graphical user
interface for R in a manner similar to the more mature RCmdr package.
Basically this means a menu-driven interface to dialogs that collect
arguments for R functions. This GUI was written with an eye towards
2011 Jan 22
0
how to call BayesX in R to see the graph
...D, family = poisson,
data = ts0004lag)
Im?interested?in extracting just the random intercept
can anyone point me in the right direction
thx
zeltak
------------------------------
Message: 47
Date: Fri, 21 Jan 2011 11:29:56 -0800
From: "MacQueen, Don" <macqueen1@llnl.gov>
To: John Helly <hellyj@ucsd.edu>, "r-help@r-project.org"
<r-help@r-project.org>
Subject: Re: [R] Inconsisten graphics i/o when using Rscript versus
GUI
Message-ID: <C95F1EB4.6B3DB%macqueen1@llnl.gov<C95F1EB4.6B3DB%25macqueen1@llnl.gov>
>
Content-Type: text/plain
Jo...