similar to: iplots problem

Displaying 20 results from an estimated 700 matches similar to: "iplots problem"

2010 Apr 29
0
errors returned upon trying to update JGR
I have upgraded R and am currently running the following version: R version 2.10.1 Patched (2010-02-20 r51163) Copyright (C) 2010 The R Foundation for Statistical Computing ISBN 3-900051-07-0 The characteristics of my system are the following: OS: Linux 2.6.27.29-0.1-default x86_64 Current user: mauede@linux-326k System: openSUSE 11.1 (x86_64) KDE: 4.1.3 (KDE 4.1.3) "release
2009 Nov 09
1
trouble loading JGR on Debian
Dear developers I am unable to (properly) load JGR on Debian testing. The JGR window will pop out and R will start up, but it will not perform any of the JGR specific library() calls (rJava, JavaGD, etc.) and will stuck at 100% CPU while the prompt will be non-responsive. The hack that helped previously in such cases, accessing Help > About [1], works no more. All R packages are installed via
2009 Jun 19
1
JGR installation errors
I remember JGR installation on SuSE 10.3 as a nightmare that eventually I overcame with JGR designers' help. I have installed SuSE 11.1, latest R version and am trying to install JGR again. It is still a nightmare. I have followed the guidelines on http://jgr.markushelbig.org/JGR_on_Linux.html I have made sure I have the so R libraries. I have installed java-1.6.0-sun and its development
2011 May 26
1
JGR/Deducer Installation
Hi, Sorry if this is to wrong mailing list. In that case, please point me to correct mailing list. Please also excuse rather long mail - I am not sure what piece of information would be useful for anybody who could help me. Couple of days back I had put a query about box-plots using GUI. I got some excellent suggestions. One of them was to use JGR/Deducer. It worked quite well for my needs.
2011 Dec 14
1
JavaGD package
Am trying to install package JGR and, by necessity, JavaGD on a few Linux platforms. R rev. 2.14.0. Had some success on one platform, but am running into a problem on a new platform. I installed rJava, JavaGD, iplots, and JGR. Things went - I thought - without a hitch. Now, when I try to use JGR, I start R and issue the command "library(JGR)" and get an error message: Error in
2006 Dec 21
1
iplots/JGR on OS X 10.4.8
iMac Intel Core Duo; OS X 10.4.8; Java 1.5.0_06; R 2.4.1; JGR 1.4-14; rJava 0.4-12; iplots 1.0-5 I'm unable to get JGR or iplots to load using "library(JGR)" or "library(iplots)", respectively. This feels like it might be a classpath or Mac look-and-feel issue, but I'm not sure where to go with it at this point. I've searched the fora and web to no avail. Any
2009 Mar 18
0
JGR install problem
Hi, I thought I'd like to try out JGR, but after installing the package (and dependencies) I receive the following when I try to load it: > library(JGR) Loading required package: rJava Loading required package: JavaGD Loading required package: iplots Note: On Mac OS X we strongly recommend using iplots from within JGR. Proceed at your own risk as iplots cannot resolve potential ev.loop
2009 Feb 05
1
JGR extension not working (PR#13501)
Full_Name: Erik Lukac Version: R version 2.8.1 (2008-12-22) OS: Mac OS 10.5 Submission from: (NULL) (141.84.28.167) I tried to install JGR, but somehow it doesnt work. > install.packages("JGR") Warning in install.packages("JGR") : argument 'lib' is missing: using '/Users/erikl/R/i386-apple-darwin9.6.0-library/2.8' trying URL
2007 May 25
1
iplots problem
Hi. I try to load iplots using the following commands > library(rJava) > library(iplots) but then I get the following error: Error in .jinit(cp, parameters = "-Xmx512m", silent = TRUE) : Cannot create Java Virtual Machine Error in library(iplots) : .First.lib failed for 'iplots' What do I have to do to correct this? Thanks -- View this message in context:
2007 Mar 17
1
Font in JavaGD() & pdf()
Dear r-helpers, When I do an xYplot and display the result in a JavaGD() window, the font is sans-serif (presumably Helvetica). When I send the figure to a pdf, I get a serif font (presumably times). How do I insure that the font in the pdf is indeed the default sans serif? > sessionInfo() R version 2.4.1 (2006-12-18) i386-apple-darwin8.8.1 locale: C attached base packages: [1]
2010 Apr 12
1
two problems on R in Ubuntu linux
Dear R-helpers I want to express my respect and thankfulness to all of you. I just switch from windows xp to Ubuntu linux platform. I am facing two problems when I run R in Ubuntu. I need your helps and advice, thanks in advance. ----------------------------------------------------------------------------------------------------------------------------------------------------------- 1. JGR()
2010 Apr 12
1
problems on JGR package and demo() function in Ubuntu linux
Dear R-helpers I want to express my respect and thankfulness to all of you. I have ever ask this question about one hour ago. Following Mr. Henrik Bengtsson's advice I re-submit this query here. I just switch from windows xp to Ubuntu linux platform. I am facingtwo problems when I run R in Ubuntu. I need your helps and advice, thanks in advance. 1. R session info
2011 Oct 07
1
iplots
Hi guys, I am trying to plot a scatterplot with lines instead of with points using function iplot in library iplots. The best I can come up with is x =(1:100) y = rnorm(100) iplot(x,y,ptDiam=0) ilines(x,y) Do you guys know of any paramter to set the "type" in iplot or iplot.opt? Thanks, Fernando ?lvarez
2006 Dec 19
2
Problem with glmmADMB
library(glmmADMB) #Example for glmm.admb data(epil2) glmm.admb(y~Base*trt+Age +Visit,random=~Visit,group="subject",data=epil2,family="nbinom") Gives: Error in glmm.admb(y ~ Base * trt + Age + Visit, random = ~Visit, group = "subject", : The function maximizer failed ****************** R version 2.4.1 RC (2006-12-14 r40181) powerpc-apple-darwin8.8.0 locale: C
2009 Nov 15
1
JGR GUI for R-2.10.0 "Help" "Print"
I have updated R 2.9.1 to 2.10.0. and JGR GUI 1.7. I am running Windows XP. I can't seem to get the JGR "Print" or "Help" functions to work. The system locks and requires me to "stop the process". In the past I have preferred the opreation and "feel" of JGR GUI. I realize that this help forum is for R; but, I am hoping that some other R-user is
2007 Mar 21
1
package:AlgDesign and .Random.seed
Dear r-helpers, Could you please help me solve the following problem: When I run require(AlgDesign) trt <- LETTERS[1:5] blk <- 10 trtblk <- 3 BIB <- optBlock(~., withinData = trt, blocksizes = rep(trtblk, blk)) In response to the last command, R complains: Error in optBlock(~., withinData = trt, blocksizes = rep(trtblk, blk)) : object ".Random.seed" not found The
2007 Jan 29
1
lmer2 error under Mac OS X on PowerPC G5 but not on Dual-Core Intel Xeon
> (fm1 <- lmer2(Reaction ~ Days + (Days|Subject), sleepstudy)) Error in as.double(start) : Calloc could not allocate (888475968 of 4) memory ************************* > sessionInfo() R version 2.4.1 (2006-12-18) powerpc-apple-darwin8.8.0 locale: C attached base packages: [1] "grid" "datasets" "stats" "graphics" "grDevices"
2008 Apr 19
0
Problem with JGR_1.5-18
R version 2.7.0 Under development (unstable) (2008-03-04 r44677) i386-apple-darwin8.10.1 locale: C attached base packages: [1] grid grDevices datasets graphics stats utils methods base other attached packages: [1] lattice_0.17-6 MASS_7.2-41 JGR_1.5-18 iplots_1.1-2 JavaGD_0.5-1 rJava_0.5-1 The following opens a JavaGD window and freezes JGR: super.sym <-
2006 Oct 06
1
glm and plot.effects
Dear R-helpers, I don't see a difference between the following two plots of effect objects, which I understand should be different. What am I missing? require(doBy) require(effects) data(budworm) m1 <- glm(ndead/20 ~ sex + log(dose), data=budworm, weight=ntotal, family=binomial) m1.eff <- all.effects(m1) plot(m1.eff, rescale.axis = FALSE, selection = 2, main = 'rescale =
2006 Oct 08
2
latex and anova.lme problem
Dear R-helpers, When I try > anova(txtE2.lme, txtE2.lme1) Model df AIC BIC logLik Test L.Ratio p-value txtE2.lme 1 10 8590 8638 -4285 txtE2.lme1 2 7 8591 8624 -4288 1 vs 2 6.79 0.0789 > latex(anova(txtE2.lme, txtE2.lme1)) Error: object "n.group" not found I don't even see n.group as one of the arguments of latex() I checked to see >