Displaying 20 results from an estimated 800 matches similar to: "R-Commander - pie charts menu blinded out"
2008 Mar 09
2
transforming column of a dataframe by var- and median-functions
Hello,
I try to transform a data frame like
A B C
1 1 2,5
2 2 NA
3 1 1,0
4 1 56
5 2 23
6 1 NA
7 2 46
to the following dataframe, calculating the variance and median of the
C-column, group by B, so the result will be:
B C(median) D (var)
1 19,83
2008 Feb 14
2
Problems with Rcmdr unter JGR (Windows XP)
I try to start Rmcdr from JGR. The Rmcdr-Windows comes up correctly; but
the
Menu-Bar in the Rcmdr-Window goes away, if I try to go into the
Rmcdr-Window.
I hope, someone has a solution.
Regards, willi
--
0(049)753124283 privat
0(049)7531882641 büro
[[alternative HTML version deleted]]
2004 Jun 14
1
Copyright issues question
Hi to the Devel list,
I am at present developping a little Excel add-in that would consist into a
translation of John Fox RCommander package.
The idea is to have R code that recreates within Excel the menus and some
VBA part that handles data input and outputs (those beeing redirected to
HTML and imported within Excel in a user-transparent way).
Actualy, a first beyta version of this add-in
2010 Jun 15
1
Problem with the recode function
Hello,
I am using the recode() function in Rcmdr and the result is not what I
expect so I am almost sure I did something wrong but what...
> test <- data.frame(x=1:10)
> library(car)
> recode(test$x,'1:5=0 ; else=1', as.factor.result=TRUE)
[1] 0 0 0 0 0 1 1 1 1 1
Levels: 0 1
BUT
> library(Rcmdr) # recode from the car package is now masked
Now I recode test$x
2005 Aug 19
1
SciViews-R v8.7 and Rcmdr v1.0-2 (PR#8079)
Full_Name: Hamit AYDIN
Version: R v2.1.1
OS: winxp
Submission from: (NULL) (194.27.40.230)
When I try to run sciviews the consol opens but when I try to import text,
spss... it tries to load rmcdr pakage gives me "the pakage can not be find inthe
Package or bundle 'Rcmdr' was not found in C:\PROGRA~1\R\rw2011\library. Would
you like to install it now?" I know the pakage in
2008 Nov 26
1
Smoothed 3D plots
DeaR list,
I'm trying to represent some information via 3D plots. My data and session
info are at the end of this message. So far, I have tried scatterplot3d
(scatterplot3d),
persp3d (rgl), persp (graphics) and scatter3d (Rmcdr) but any of them gave
me what I'd like to have as final result (please see [1] for a similar 3D
plot changing
PF by ypred, pdn by h4 and pup by h11).
In general
2007 Dec 24
1
aggregation with two statistical functions - mean and variance
Hello,
using the syntax
aggregate(daten[,c(3,4)], list(A,B), mean)
I'm getting the following data.frame:
A B C D
1 35 1 6.16000 5
2 47 1 31.24333 20
3 54 1 26.81773 2
4 3 2 12.99000 7
5 4 2 6.49000 1
C and D are both means. But now I want to
2011 Apr 26
5
Correlaciones parciales
Muy buenas,
quiero calcular correlaciones de Pearson entre dos variables (a,b)
teniendo en cuenta una tercera (c). Para ello estoy usando una función
llamada "pcor.test" (http://www.yilab.gatech.edu/pcor.html), que en
realidad no está en ningún paquete de R, que yo sepa. ¿Alguien conoce
una función similar en alguna librería de R? Por otro lado, para ver
si me cuadraban los resultados,
2001 Oct 19
2
wine 20010824 and quake
i have quake v1.06 installed and running fine under windows. however,
running it in wine gives a bunch of errors. see below:
prophet% wine --winver win98 -- QLAUNCH.EXE QUAKEUDP.DLL QUAKE.EXE -mpath
fixme:win32:DEVICE_Open Unknown VxD MGenVxD.VXD. Try --winver nt40 or win31
!
prophet% wine --winver nt40 -- QLAUNCH.EXE QUAKEUDP.DLL QUAKE.EXE -mpath
fixme:win32:DEVICE_Open Unknown VxD MGenVxD.VXD.
2007 Aug 20
0
Rcmdr window border lost
Dear Andy and Peter,
My apologies for chiming in so late, but I was out of town and just caught
up with R-help today (and an impressive amount of material accumulates on
R-help in a couple of weeks!).
Although I develop the Rcmdr package on a Windows system, I test it under
Linux as well -- most recently on Ubuntu 7.04 with R 2.5.0. Curiously, the
windows for Rcmdr 1.3-5 look normal to me, as I
2011 Sep 15
2
installation of BiodiversityR package
I have installed R on windows 7 machine.
In the install packages I can't find BiodiversityR package.
I was wondering if I can get some help with the installation process.
Thanks.
--
View this message in context: http://r.789695.n4.nabble.com/installation-of-BiodiversityR-package-tp3816807p3816807.html
Sent from the R help mailing list archive at Nabble.com.
2006 Mar 23
2
Is the unsupported kernel considered stable-ish?
I have a need to use the unsupported kernel for one feature only
(AFP/Appletalk support). Never having had to use it before, I''m unsure
of what''s all in it other than reading it''s config file.
From those that do use it -- is it considered stable enough to use in
lightweight production? I''m debating the use of it versus wasting my
time rebuilding the normal
2008 Mar 03
3
Script to start Rcmdr
Hi,
anybody know any way to make a bash script to start Rcmdr directly widthout
need to open R and execute library(Rcmdr)?
I try to make this using R CMD BATCH somethink, but dont find the way.
Thanks
Ronaldo
--
> Prof. Ronaldo Reis J?nior
| .''`. UNIMONTES/Depto. Biologia Geral/Lab. de Biologia Computacional
| : :' : Campus Universit?rio Prof. Darcy Ribeiro, Vila Mauric?ia
|
2005 Feb 13
2
Bubble Plot with Pie Charts
Hi there!
I have seen that someone had this question some years
before, but there
was only a rough answer to it and I was wondering if
actually someone
was able to accomplish it or maybe even wrote a
function...
How do you make a bubble plot where you have pie
charts instead of bubbles?
I have a geographic map and need to plot
attribute-sized pie charts
representing a second attribute at
2008 Jul 29
2
Panel of pie charts
Hi ,
I am looking to making a panel of pie charts fo some of my dritribution data . I was wondering if there is a way in any R package to write a small script to do so.
Thanks,
Amin
[[alternative HTML version deleted]]
2003 Feb 13
1
pie charts?
I don't suppose it's possible to create a pie chart in R? I've got 1500
some odd elements in a frame that are valued at either -1, 0 or 1 and
I'd like to find a reasonable way to represent the distribution
graphically...any ideas?
Joshua Gramlich
Piocon Technologies
Chicago, IL
2005 Feb 13
1
Transparent Pie Charts
Hi again!
I put this question in another topics post before but
I fear it might drown there.
Is it possible to have transparent / alpha blended
colors for pie charts?
I am using the pies in a map of pies and those pies
are sometimes overlapping so
it would be great to see if another pie lies beneath.
Thanks,
Werner
2006 Oct 17
1
ape -- internal nodes and pie charts
Hi,
I've been investigating the ape package for a while, and I was
wondering if it is possible to:
- display the names of the internal nodes (from a newick tree)
- plot a pie-chart on top of each of the internal branches in a phylogram plot
Thanks in advance,
Cheers,
Albert.
2008 May 04
2
plotting pie-charts into a coordinate system
Dear R user group,
I wish to plot small pie-charts to specific coordinates in a e.g.
scatter-plot:
E.g.:
> plot(rnorm(100),rnorm(100))
> points(1,1,col="red",cex=4)
-> I wish to put pie(c(2,3)) at the position of the red circle...
How can I do this efficiently?
Thanking you and wishing you a wonderful Sunday!
Georg.
**************************
Georg Ehret
Johns Hopkins
2011 May 31
2
OT: Pie charts
We regularly get questions about making pie charts, and frequently
veer off into the philosophical and practical issues surrounding that
form of data graphic: human perception of angles and so on.
So while this isn't an R issue, I thought some of you might appreciate
this brief discussion of the efficacy of pie charts:
http://fakescience.tumblr.com/post/6042293374/understanding-pie-charts