Displaying 20 results from an estimated 8000 matches similar to: "Tinn-R pdf()"
2008 Jun 20
2
Problem with "date"-x-axis in lattice
Hello list,
i am trying to plot a continous variable y against a "date" variable, both
in one dataframe named "df", using a code like this
library(lattice)
plot1<-xyplot(y~date, data=df, type="b")
"date" is of class "Date", of course, format="%d.%m.%Y", and spans two
calendar years. The problem is that the x-axis is labeled with
2009 May 18
9
Concatenating two vectors into one
Dear users,
a very simple question:
Given two vectors x and y
x<-as.character(c("A","B","C","D","E","F"))
y<-as.factor(c("1","2","3","4","5","6"))
i want to combine them into a single vector z as A1, B2, C3 and so on.
z<-x*y is not working, i tried several others
2009 Jun 08
2
Tinn R
Dear R-users,
I have installed the latest version of Tinn R (Version 2.2.0.2).
With the older versions it was possible to run Tinn R next to R and then select code that one could send to R.
Now it seems that one has to start the R gui in Tinn R and then it is possible to select en run code of R.
But if I start R within Tinn R it does NOT start the R-Gui but only the R console. When I start R
2008 Jul 28
2
axis.break on Date-x-axis in lattice xyplot
Dear list,
i am using the following code to produce a lattice xyplot, but the
axis.break-function is seemingly not executed.
Date<-seq(as.Date("2006-08-29"), as.Date("2007-08-28"), by="2 weeks")
Period<-
var1<-rnorm(27, 90000000, 30000000)
var2<-rnorm(27, 500000000,250000000)
var3<-rnorm(27, 1000000,500000)
var4<-rnorm(27, 600000,300000)
2008 Jul 16
2
barchart with bars attached to y=0-line
Dear R users,
i am using the following code to produce barcharts with lattice:
Compound<-c("Glutamine", "Arginine", "Glutamate", "Glycine", "Serine",
"Glucose", "Fructose", "Raffinose",
"Glycerol", "Galacglycerol", "Threitol", "Galactinol", "Galactitol")
2010 Apr 30
1
Problem: packages TinnR, Hmisc, applications Tinn-R and R version 2.11.0
Hi,
First: sorry for my bad English!
I have received several emails reporting problems using Tinn-R with
the new R version (2.11.0).
This email is meant to assist the users.
This problem is new and is related with R 2.11.0 and Hmisc package for Windows!
After download and install R 2.11.0pat under Linux and Windows, see
below my results:
a) Under Linux (Open SUSE 11.3) - I found no problem
2008 Jul 10
2
xYplot customizing y-axis scaling
Dear list,
using the packages Hmisc and lattice i produced some nice xYplots. However,
since the data range of the conditioning variable is very big, i need to
define more than one y-scale for the plot (in some panels you just see a
flat line of data points very close to the x-axis), e.g. different y-axis
scales for the different rows of the plot.
Is there a way to do so?
Thanks,
Henning
2009 Apr 18
3
Tinn-R (Version 2.2.0.2) dose not support R 2.9.0 very well
Hi£¬
I found that Tinn-R (Version 2.2.0.2) dose not support R 2.9.0 very well. Maybe, somebody who have solved this problem can help me.
Thanks for your attention!
[[alternative HTML version deleted]]
2009 Jan 23
2
forward slash vs double backslash R and Tinn-R
I installed the newest version of R and once again ran into problem
with Tinn-R failing when trying to use the R explorer. I had this
problem once before and solved it when I added the following
.trPaths = c(
'C:/Documents and Settings/fbuchins/Application Data/Tinn-R/tmp/',
'C:/Documents and Settings/fbuchins/Application Data/Tinn-R/tmp/search.txt',
'C:/Documents and
2012 Jun 20
1
Tinn-R and R 2.15.0 integration
Hello,
This is WJ.
I downloaded R(2.15.0) and Tinn-R(2.3.7.1) from http://sourceforge.net/projects/tinn-r/ for my computer (window 7 OS).
I want to know how to integrate Tinn-R with R(2.15.0).
So far, I was able to find some web-site has step for integration, so I updated the following steps.
Open the file 'Rprofile.site' and add the following lines to the end of the file:
2009 Jan 16
1
(no subject)
Dear users,
i just installed the lastest version of R, 2.8.1 on my computer (OS Windows
XP). Then i tried to update the packages copied from my old R version by
>update.packages(ask=F)
However i get the following warning:
"Warning: unable to access index for repository
http://cran.ch.r-project.org/bin/windows/contrib/2.8
Warning: unable to access index for repository
2010 Jul 23
2
Tutorial Tinn-R
Hi,
does anyone know a tutorial for Tinn-R? During all my search I only found
R-Tutorials...
The problem now is: I would like to make Tinn-R an autosave. But since I had
several questions before concerning Tinn-R (for example, how to have Tinn-R
and R in one window or how do the new versions work), I think it is easier
to have a tutorial instead of asking here everything.
Thank you!
--
View
2008 Aug 05
2
Opening R from Tinn without setting directory each time
Hi - I can access R from Tinn-R by going to Options->Main->Application/R and
setting the search path, but each time I exit Tinn-R I have to redefine the
search path. Is there no way of fixing that directory as default? I have
installed R under its default directory C:/Program Files/R/R-2.7.1 and Tinn
under a variety of different places to try to rectify the problem though
currently under
2008 Mar 25
2
ggplot2 - facetting
Dear All,
After having overcome the issue of legends (thanks, Thierry, once
more), I am trying to use facetting, but here also I can not find how
to do this. I do not want to use qplot, but rather the more flexible
options. However, it seems I am doing still something pretty stupid,
because I always get an error, even if it seems I am doing everything
like the examples.
My code is below.
2009 Feb 02
2
Upgrading to TINN - R 2.1.1.6
I know this has been addressed before, but I'm still confused by the
solution.
When running TINN - R (ver 2.1.1.6) with R (2.8.0) I have lost the
functionality of TINN-R
It returns an error
source(.trPaths[5], echo=TRUE, max.deparse.length=150)
I modified the RProfile.site file as follows:
options(pager="interal")
.trPaths=c(
'C:/Documents and
2008 Mar 10
2
Tinn-R related problem
Greetings!
I have an issue with an R editor (namely Tinn-R). A few weeks ago all of a
sudden the backspace, enter and direction keys were not working. I updated
Tinn-R to the newest version but still no sollution. After this I tried
reinstalling it (prior to that I removed Tinn-R and deleted all the
"leftovers" manually) and still no change. In every other execution (e.g.
when I save a
2005 Apr 06
1
using command line flags with TINN-R
This is a TINN-R editor question rather than an R question, but can
anyone tell me how to use command line flags with TINN-R. There is a
space to fill in the path to Rgui, and I have "C:\Program
Files\R\rw2001pat\bin\Rgui.exe". If I try to add a command line flag
after that, such as " --no-save" or " --max-mem-size" then TINN-R will
not open the application.
2008 Aug 04
1
xyplot strip=function for two conditioning variables
Dear list,
for a data structure like in df:
set.seed(100)
Treatment<-rep(c("Nitrogen","Carbon", "Sulfur"),each=9)
week<-rep(c(1,5,9),3,each=3)
genes<-rep(c("18s", "EF1b", "NR"),9)
copies<-rnorm(27, 1000000,400000)
df<-data.frame(Treatment,week,genes,copies)
i wrote this code for a xyplot:
library(lattice)
2010 Nov 17
1
Tinn-R looses connection to R (Windows Vista)
Hi everyone,
I wonder, if anyone can help me with this annoying issue, although it is
related to Tinn-R and Windows Vista...
I am running R 2.11.1 and Tinn-R 2.3.5.2 together. I saved 2 R-hotkeys:
ALT+A for sending the whole content of one file and ALT+S for a selection
from one file from Tinn-R to R. Everything works fine with other windows
versions, also with Vista at the beginning of every
2010 Nov 11
1
Tinn-R_2.3.6.0
Hi,
I just found out that Tinn-R_2.3.6.0 is now available on
http://sourceforge.net/projects/tinn-r/.
When configuring Tinn-R: R > Configure > Permanent (Rprofile.site) I get
error
C:\Program Files\R\R-2.12.0\bin\etc\RProfile.site
The above file was not found.
Please try to repeat the procedure!
The correct path for RProfile.site is
C:\Program Files\R\R-2.12.0\etc\Rprofile.site
I was