Displaying 20 results from an estimated 2000 matches similar to: "version problems of rkward in ubuntu hardy repository"
2007 Sep 20
2
referencing packages?
Hi
I know how to referenc R in a scientific paper - but is there a
standardised way to reference packages?
Thanks
Rainer
--
NEW EMAIL ADDRESS AND ADDRESS:
Rainer.Krug at uct.ac.za
RKrug at sun.ac.za WILL BE DISCONTINUED END OF MARCH
Rainer M. Krug, Dipl. Phys. (Germany), MSc Conservation
Biology (UCT)
Plant Conservation Unit
Department of Botany
University of Cape Town
Rondebosch 7701
2007 Oct 01
4
Concatenating one character vector into one string
Hi
I am sure this is simple - but how can I convert one charecter vector
into one string?
example:
x <- c("This ", "is ", "one ", "sentence.")
should become
"This is one entence"
Thanks
Rainer
--
NEW EMAIL ADDRESS AND ADDRESS:
Rainer.Krug at uct.ac.za
RKrug at sun.ac.za WILL BE DISCONTINUED END OF MARCH
Rainer M. Krug, Dipl. Phys.
2008 Mar 14
2
Selecting elements in vector
Hi
Consider the following code
> x <- rep(1:13, 13)
> y <- 1:3
I want to select all elements in x which are equal to 1, 2 or 3.
I know that I could use
> sel <- x==y[1] | x==y[2] | x==y[3]
> x[sel]
to obtain the values, but in my analysis, the y-vector is thousands of
elements long.
Is there any way, that I can do that easily?
Thanks
Rainer
--
Rainer M. Krug, Dipl.
2007 May 28
1
Where to find "nprq"?
Hi
I am trying to install the package "pheno", but it needs the package
"nprq" by Roger Koenker et al. which I can I find this package? It does
not seem to be on CRAN and googling also doesn't give me an URL - is it
still somewhere available?
Thanks,
Rainer
--
NEW EMAIL ADDRESS AND ADDRESS:
Rainer.Krug at uct.ac.za
RKrug at sun.ac.za WILL BE DISCONTINUED END OF
2008 Mar 07
1
How to navigate in layout() created graph?
Hi
I created a complex layout with using layout() and it looks exactly as
I need it. But I don't want to print in the order in which the
subfigure are numbered, but in a different order.
How can I navigate in the layout so that I can specify the subfigure
in which to plot?
At the moment I am using a function which is converting the number to
mfg parameter for par, but it does not seem to
2007 Aug 16
6
several plots on several pages
Hi
> version
_
platform i686-pc-linux-gnu
arch i686
os linux-gnu
system i686, linux-gnu
status
major 2
minor 5.1
year 2007
month 06
day 27
svn rev 42083
language R
version.string R version 2.5.1 (2007-06-27)
I want to create a pdf withe three graphs on a page and with two pages:
2008 Feb 27
2
Plan to build Package to use GRASS from R
Hi
Sorry for crossposting, but I think this can be of interest for GRASS and R
users.
I am planning to write a package to make the use of GRASS from R easier. The
idea is to wrap the system call to execute the GRASS command into an R
command of the same name.
e.g:
r.to.vect <- function(..., intern=TRUE, ignore.stderr=FALSE)
{
comm <- paste( "r.to.vect ", ...,
2008 Nov 19
1
rkward on Ubuntu heron with R2.8.0
I am running R on Ubuntu Heron.
I recently updated to R 2.8.0 from the default (2.6) in the Ubuntu heron
repository by adding
deb http://cran.stat.sfu.ca/bin/linux/ubuntu hardy/
I updated all packages installed in /usr/lib/R/site-library and those in
my home directory /home/duncan/R/i486-pc-linux-gnu-library/2.6
without obvious issues. I installed adehabitat and gpclib, which should
be good
2007 Mar 05
4
Identifying last record in individual growth data over different time intervalls
Hi
I have a plist t which contains size measurements of individual plants,
identified by the field "plate". It contains, among other, a field
"year" indicating the year in which the individual was measured and the
"height". The number of measurements range from 1 to 4 measurements in
different years.
My problem is that I would need the LAST measurement. I only
2008 Nov 06
1
FW: [rkward-devel] questions on RKWard
Thought I should copy the list with Matthieu's response.
H
-----Original Message-----
From: Matthieu Stigler [mailto:matthieu.stigler at gmail.com]
Sent: Wednesday, November 05, 2008 8:29 PM
To: Horace Tso; rkward-devel at lists.sourceforge.net
Subject: Re: [rkward-devel] questions on RKWard
some answer only for the third question: do you have the package
r-doc-html installed? (on ubuntu
2010 Feb 11
1
Fwd: Recall function: "evaluation nested too deeply: infinite recursion / options(expressions=)?"
hello all
i searched the archives and couldn't get a solution to the following question.
i have the following function:
F=function(z,v)
{
if (v==-.5) return(1) else return(2*v/z + 1/Recall(z,v-1))
}
and while testing whether it works (ie F(z,v) is approx = besselK(z,1+v)/besselK(z,V). the recursion formula allows one to calculate besselK(z,1+v)/besselK(z,V) for large values of z )
2008 Nov 05
1
questions on RKWard
Folks,
I'm making progress moving from Windows to Linux and have RKward up and running. I read somewhere that Rkward's supposed to be the Tinn-R for linux and Tinn-R has worked out great for me. So naturally I'd like to do the following, if possible,
1. How to ask Rkward not to load the last saved image. Right now whenever it starts, it loads an image from some obscure corner of my
2008 Jan 22
1
R: determinants and inverses
hello all
sorry for the following "none" R related question.
does anyone know of a reference to calculate the following identity:
|I + ABC|
where I is an identity matrix and A, B,C may not have to be square matrices?
you help will be greatly appreciated.
H. V. Henderson; S. R. Searle
SIAM Review, Vol. 23, No. 1. (Jan., 1981), pp. 53-60.
provides a result to
2010 Aug 17
2
About RedR and RKWard
Hi folds,
RedR - visual programming for R
http://www.red-r.org/
Has any folk used RedR before? What will be the difference compared with;
RKWard - GUI for R
http://sourceforge.net/apps/mediawiki/rkward/index.php?title=Main_Page
Screen Short
http://sourceforge.net/apps/mediawiki/rkward/index.php?title=Screenshots
TIA
B.R.
Stephen L
2019 Jan 29
3
Update RKWard to> = 0.7.0
Hello:
I just upgraded my Debian Stretch to version 3.5 by following the
instructions here:
https://cran.r-project.org/bin/linux/debian/stretch-cran34/
Then I have updated as root the R from inside with:
update.packages(.libPaths()[1], ask = F, checkBuilt=TRUE, dependencies = F,
repos = "http://mirror.ibcp.fr/pub/CRAN/")
When finalizing the update of the R, I execute
RKWard and I get
2005 Sep 21
1
rkward
Hi,
I'm testing rkward to use in my class. Now I'm using XEmacs, but for many
people XEmacs is more complicated than R.
Anybody here use this program?
It use plugins, what are these plugins?
Thanks
Ronaldo
--
Cada escola que se abre ?? uma cadeia que se fecha.
--
|> // | \\ [***********************************]
| ( ?? ?? ) [Ronaldo Reis J??nior ]
|>
2010 Jun 17
1
RKWARD
Dear list,
I have a question. I have the RKward configuration. I don't know what happened but now when I open R I have in my workspace data frames with which I used in the past sessions.How can I set RKward in order to open a new workspace?
Thanks a lot
[[alternative HTML version deleted]]
2010 Nov 18
1
About R and RKward
Hi all,
Has any folk tested or been using RKward? Please shed me some light whether it
takes data from the spreadsheet, analyzes the data and puts the data back to the
spreadsheet, similar to RExcel and "R and Calc". Or RKward is only an editor of
R, working on front-end?
I have tested RExcel but it works on Windows. I need a Linux version of similar
package. "R and
2011 May 17
4
Box Plot under GUI (R Commander/RKward)
Hi,
I am a consultant in Quality Management. I am exploring the use of R
with any GUI - R commander/Rkward for doing analytical work. Have
installed R, R Commander and Rkward.
I hope to learn by doing various exercises that I use for teaching
analytical techniques to my clients. I would be posting the data on
this mailing list, and the rkward mailing list wherever I get stuck.
First such
2009 Jun 02
1
RKWard: R backend requests information
Hello List
I've decided to dive into R and found a useful GUI for GNU/Linux (Debian
testing/ Squeeze) called RKWard. However, when I fire it up a dialog
box appears with the statement "R backend requests information". I have
tried entering the path to the R libraries (e.g. /usr/bin/R; /etc/R; and
so on) but none of these work, and the darn thing won't go away without