Displaying 20 results from an estimated 6000 matches similar to: "barplot (PR#495)"
1999 Dec 08
1
barplot
Dear all,
do anybody know how to set ylim in barplot() correctly? When I
write:
> barplot(c(.1,.5,1.0))
the y-axis goes from 0.0 to 0.8. Wheny I type:
> barplot(c(.1,.5,1.0,),ylim=range(0:1))
the y-axis goes from 0.0 to 0.8.
Obviously I am doing something wrong. Are the ylim setting
standards in barplot() other than in plot() or is this a bug?
Thanks for any hints!
Zdenek
2000 Mar 08
5
x-server
Dear all,
first, I would like to thank R-core team for making so a great
software available. Thank you all, really!
Using R (1.0.0) on a Win98 platform, I need an x-server to run
xgobi (through R xgobi interface). I've been using a MI/X server but
trying to upgrade I noticed that MI/X is no longer available for free.
Similarly, eXceed is available at evaluation version (for a limited
time
2012 Oct 05
2
R: machine for moderately large data
Dear all,
I would like to ask your advice about a suitable computer for the following usage.
I (am starting to) work with moderately big data in R:
- cca 2 - 20 million rows * 100 - 1000 columns (market basket data)
- mainly clustering, classification trees, association analysis (e.g. libraries rpart, cba, proxy, party)
Can you recommend a sufficient computer for this volume?
I am routinely
2000 Apr 26
1
Bland Altman plot (was: paste ?)
Dear all,
sorry for this perhaps stupid question, but it concerns my recent
problem as well as the current thread on B-A plot.
I would like to plot something like x+y vs. x-y or mean(x,y) vs
difference (x,y), but my "variables" x,y are actually pairs of
replicates (two observed values of a growth rate by 60 clones). So
the order x,y does not matter and each x,y pair can be arranged
2012 Jul 19
3
write list to ascii
Dear all,
apologies for this (perhaps recurrent) question but I did not found a question when searching mailing lists.
How to write a list of a simple kind, e.g.:
abc <- list(one=(1:2), two=(1:5))
# to a file? I understand that write() & co. cannot work but when I try
sink("aa.txt", append=T, split=T)
abc
sink()
# the output is indeed "split by rows" in the
1998 Dec 01
2
read.table
Sorry to all bothering you with a trivial question:
I am using R (rw0630 for Win32) and am simply unable to read-in the *.txt data.
I've tried to copy the file (prum.txt) to different directories of rw0630 but get
uniformly the answer "object "prum.txt" not found". Which is the default
directory for read.table() ??
Thanks!
Z. Skala
++++++++++++++++++++++
Zdenek Skala
1999 Feb 01
1
graphics: resolution
Hi all,
I am using rw0632b on Win95 machine. When printing plots (both, as saved *.gif, and
copied through clipboard) I get pretty low resolution. Can be the graphics resolution
paramatrized in some way?
Many thanks!
Zdenek Skala
++++++++++++++++++++++
Zdenek Skala
e-mail:
Zdenek.Skala at incoma.cz
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing
1999 Jul 28
1
(Fwd) Re: 3d in R
In Win95/NT you can use xgobi (program and R interface) as well,
provided you will install an x-server on your machine (a free one is
available from http://www.microimages.com/freestuf/mix/).
Regards!
Zdenek Skala
*****************************************************
Uli Flenker wrote:
I'm not familiar with S/S+, but I think the "xgobi" software package
can
do what you want
1998 Dec 09
2
Application Error message
I am submitting the command:
calcium<-read.table("calcium.txt",header=TRUE)
and with Rw0630 and Bdr0631 I get an application error and R crashes. But
the command works fine with rjune. I am running under NT4.0
Anyone have a similar problem?
Jeff
jmorris at ocdus.jnj.com
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read
2012 Mar 25
1
output by(...)
Dear all,
I have a question that is probably pretty stupid, so apologies in advance...
I do a simple
> mydata.tab <- by(my.data.frame, my.data.frame$category, colMeans)
...works fine, but I need to output the results to some "flat" file (kind of table) to work with it in Excel etc.
So I am doing now
> capture.output(data.frame(unlist(mydata.tab)),
1998 Aug 27
1
R-beta: 3d plots
I am new to R, so sorry for stupid questions:
Is it possible to create 3D scatterplots within the R?
Thanks for response!
Regards
Zdenek Skala
e-mail:
Zdenek.Skala at incoma.cz
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or
1999 Apr 10
4
CRAN uploads
I put updates of the following packages on CRAN for use with R 0.64:
chron
ctest
date
locfit
xgobi
Please pick them up from your nearest CRAN site.
At least on my system, the packages pass the R CMD check tests ...
-k
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-announce mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send
1999 Apr 10
4
CRAN uploads
I put updates of the following packages on CRAN for use with R 0.64:
chron
ctest
date
locfit
xgobi
Please pick them up from your nearest CRAN site.
At least on my system, the packages pass the R CMD check tests ...
-k
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-announce mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send
2001 Apr 19
1
boxplot()
Dear all,
I am comparing:
> summary(boxplot(c(1,2,3,4,5,6,7,8,50),range=1.5))
Length Class Mode
stats 5 -none- numeric
n 1 -none- numeric
conf 2 -none- numeric
out 1 -none- numeric
^^^^^
group 1 -none- numeric
names 1 -none- character
with:
> summary(boxplot(c(1,2,3,4,5,6,7,8,50),range=0))
Length Class Mode
stats 5 -none- numeric
n
2002 Sep 05
7
data mining for R
I was wondering if R had a data mining componant and how i could get it. If not do you know anyone who is developing a datamining "plug in" for R
Phillip Goodreid
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
2001 May 15
3
box around a barplot
Hi,
is it possible to draw a box around the following barplot;
using "box=TRUE" won't work.
----------
pc<-c(1,2,5,29,27)
barplot(pc,ylim=c(0,30),yaxs="r",xaxs="r",ylab="Anzahl"
,names.arg=c("Mac","286er","386er","486er","Pentium I")
,axisnames=T,col="gray")
----------
Thanks in
2001 Sep 08
0
barplot forces xpd=TRUE (PR#1088)
<<insert bug report here>>
barplot hardcodes xpd as "TRUE" causing the bars to go outside of the
plot region. True can be the default, but it shouldn't be the only
option.
*** barplot.R Sat Sep 8 10:15:16 2001
--- barplot.R.orig Sat Sep 8 10:03:39 2001
***************
*** 5,11 ****
legend.text = NULL, beside = FALSE, horiz = FALSE,
col =
2002 Oct 14
2
barplot + plot
Dear all,
I've got another question,
By default barplot and plot seem to produce slightly different y-axis.
The problem I've got is when using a mix figure with both, barplot and
plot. For example:
barplot(1:5, ylim=c(0, 6))
par(new= T)
plot(1:5, 9:5, type="b", axes=FALSE, ylim=c(0,9))
axis(4)
box()
note that both plots (barplot and plot) should start at 0, but the exact
2007 May 15
1
stacked barplot with positive and negatvie values
Hello I'm trying to create a barplot with a couple of stacked positive
values and with one negative value for each group.
example:
trees<-c(20,30,10)
shrubs<-c(12,23,9)
veg<-c(2,3,4)
soil<-c(-100,-123,-89)
example1<-t(cbind(trees,shrubs,veg))
barplot(example1)
#this works so far
#but now:
example2<-t(cbind(trees,shrubs,veg,soil))
barplot(example2)
This shows no more
2009 Jul 23
3
How to pass a character argument which contains expressions to arg.names in barplot?
Hi all
Can anybody help me with this? I am trying to include in an automatic way
the argument in arg.names in a barplot. I generate the labels I want to
appear below the bars with a for loop, and they contain subscripts, so I
need to use expression
anch<-0.05
esp<-4
for (i in 1:dim(Ntot)[1])
{
naux<-Ntot[i,]
naux2<-naux[naux>0]
nind<-which(naux>0)