search for: mister_bluesman

Displaying 16 results from an estimated 16 matches for "mister_bluesman".

2007 Jun 11
5
Problem with RSVGTipsDevice
Hi there. I am still trying to get the RSVGTipsDevice to work, yet I can not. I have copied the first example from RSVGTipsDevice documentation: library(RSVGTipsDevice) devSVGTips("C:\\svgplot1.svg", toolTipMode=1, title="SVG example plot 1: shapes and points, tooltips are title + 1 line") plot(c(0,10),c(0,10), type="n", xlab="x", ylab="y",
2007 May 07
6
Representing a statistic as a colour on a 2d plot
Hello. I have a 2d plot which looks like this: http://www.nabble.com/file/8242/1.JPG This plot is derived from a file that holds statistics about each point on the plot and looks like this: a b c d e a 0 0.498 0.473 0.524 0.528 b 0.498 0 0 0 0 c 0.473 0
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 May 25
2
Interactive plots?
Hi there. I have a matrix that provides place names and the distances between them: Chelt Exeter London Birm Chelt 0 118 96 50 Exeter 118 0 118 163 London 96 118 0 118 Birm 50 163 118 0 After performing multidimensional scaling I get the following points plotted as follows
2007 May 17
5
rJava problem
Basically, I?m trying to install rJava on my windows XP machine. I think I have succeeded in doing so as it appears in the list when i type library() in R. However, when i type ?library(rJava)? I get an error dialog box saying: 'This application has failed to start because jvm.dll was not found. Re-installing the application may fix this problem' When I press 'OK' on the dialog
2007 Jun 02
4
Datapoints underneath datapoints Problem
Hi there. I have the following graph: http://www.nabble.com/file/p10928148/map.jpg However, some datapoints occur at the same place as other datapoints and are so layered on top of each other. I would like to know if there is any possible way in which I could view those datapoints that are layered on top of each other ...maybe by rotating using latitude to show the datapoints underneath (but
2007 May 18
1
penalized maximum likelihood estimator
...Murdoch) > 27. Re: more woes trying to convert a data.frame > to a numerical > matrix (Marc Schwartz) > 28. partial least regression > (=?gb2312?Q?=D5=D4=D3=F1=D6=D2?=) > 29. Re: partial least regression (Gabor > Grothendieck) > 30. Installing SJava - problem (mister_bluesman) > 31. Re: Installing SJava - problem (Prof Brian > Ripley) > 32. Re: more woes trying to convert a data.frame > to a numerical > matrix (Liaw, Andy) > 33. Re: Installing SJava - problem > (mister_bluesman) > 34. Re: more woes trying to convert a data.frame &gt...
2007 May 17
2
.jinit() problem
Hello there. When I try to start the jvm using .jinit() after loading library(rJava) I don't seem to be able to as I get the message: Error in .jinit() : Cannot create Java Virtual Machine What is going on here? I have java 1.6 installed on my XP machine Thanks again. -- View this message in context: http://www.nabble.com/.jinit%28%29-problem-tf3774265.html#a10671963 Sent from the R
2007 May 16
2
Installing SJava - problem
Hi there. I am trying to install SJava on my windows xp machine. I downloaded the windows source file SJava_0.69-0.tar.gz from the web site http://www.omegahat.org/RSJava/ I have folloed the XP command line instructions as directed in the table underneath the download link: cd $RHOME/src/library unzip SJava_0.69-0.zip cd SJava ./configure.win $RHOME cd $RHOME/src/gnuwin32 make pkg-SJava I
2007 Jul 23
2
cmdscale question
Hi. I know matrices that use distances between places works fine when using cmdscale. However, what about matricies such as: A B C D E A 0 1 23 12 9 B 1 0 10 12 3 C 23 10 0 23 4 D 12 12 23 0 21 E 9 3 4 21 0 i.e. matrices which do not represent physical distances between places (as they would not make sense for real distances such as the one above)
2009 Jul 09
2
How to Populate List
...file in Ubuntu 9.04 (Duncan Temple Lang)   58. Re: Randomizing a dataframe (Mark Knecht)   59. Re: Reading from Google Docs (William Dunlap)   60. Re: bigglm() results different from glm()+Another question       (Greg Snow)   61.  matching each row (tathta)   62.  Extracting a column name in loop? (mister_bluesman)   63. Re: Extracting a column name in loop? (Mark Knecht)   64. Re: Reading from Google Docs (Duncan Murdoch)   65. Simple monovariate classification? (rgunton@dijon.inra.fr)   66. Re: Reading from Google Docs (Farrel Buchinsky)   67. Re: Two-way ANOVA gives different results using anova(lm())    ...
2007 May 19
0
SJava installation
Hi. I have downloaded SJava from http://www.omegahat.org/RSJava/ as well as all of the tools required. I have done exactly what is said on that page as well as http://www.murdoch-sutherland.com/Rtools/Rtools.txt. When I type: make pkg-SJava It seems like it IS installing but then i get the following error: ... extracted: org/omegahat/Environment/Help/Interpreter.html extracted:
2007 May 19
0
Rserve() ?
Hi, I have also tried to install the Rserve package on my machine. I am able to load with with library(Rserve), but when I trype Rserve() to start the server, I get the following message: > Rserve() Stating Rserve... C:/PROGRA~1/R/R-25~1.0/library/Rserve/Rserve.exeWarning message: 'Sys.putenv' is deprecated. Use 'Sys.setenv' instead. See help("Deprecated") I have
2007 May 20
0
Problems accessing Rconnect
Hi. I nearly have Rserve working.... I have the dialog box which says.. Rserve: Ok, read to answer queries. Having read all i can find, I followed the guidance given on http://rosuda.org/Rserve/example.shtml I tried to follow the first example but I am getting an error descirbed below. My IDE looks like this: http://www.nabble.com/file/p10705244/ide.jpg However, when I try and compile my
2007 May 24
0
MDScale from within Java using Rserve?
Hi there. I am able to create a multidimensional scaling algorithm in R using the following code: places<-read.table("C:\\Project\\R\\places.txt") places.location <- cmdscale(places, k=2) round(places.location,0) plot(places.location,type="n", xlab="", ylab="",main ="cmdscale(places)") What I would like to know is how I can do this by
2007 May 24
0
PlotDemo.java for Rserve?
Does anyone know where I can obtain DemoPlot.java from. I want to use it to find out how implement something in Java in conjunction with Rserve. Cheers -- View this message in context: http://www.nabble.com/PlotDemo.java-for-Rserve--tf3812255.html#a10790967 Sent from the R help mailing list archive at Nabble.com.