Search Archives
Search tips
from:Name
Search by author name, e.g. from:Duncan Murdoch
"exact phrase"
Match an exact phrase
word1 word2
Match messages containing both words
Date range
Use the date pickers to filter results to a time period
Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.
Thanks for you all your help guys. Much appreciated. -- View this message in context: http://www.nabble.com/Representing-a-statistic-as-a-colour-on-a-2d-plot-tf3703885.html#a10383998 Sent from the R help mailing list archive at...
Try the par(mfrow=c(x,y)) command which sets up x rows and y columns of subplots: -- View this message in context: http://www.nabble.com/Re-%3A-I-need-some-help-please%21-tf3858641.html#a10932455 Sent from...
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...
Ah. Now that's intersting. It works in Opera. But do you get an annoying 'Null' label by the cursor when you place it over the svg file? MANY thanks -- View this message in context: http://www.nabble.com/Problem...
Hi. Does anyone know of a function in R which will allow me to map data points, where the number of dimensions in the data is unknown? Thanks -- View this message in context: http://www.nabble.com/Mapping-data-with...
Thanks people! Sorry to sound thick but after I download the poltrix package, how do i install it? Thank you! -- View this message in context: http://www.nabble.com/Representing-a-statistic-as-a-colour-on-a-2d-plot-tf3703885...
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...
Hi everyone, I have recently installed the gap library in order to create QQ plots. The library works well but was wondering if anyone knew how to create the 95% confidence bands at the top of the QQ plot? Many...
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...
Philipp Pagel-2 wrote: > > > If that is not an option you could possibly detect points with almost > identical coordintes yourself and then change the color of the > respective plotting symbol. > That's a good idea. But my the coordinates are...
Please let me know if you needany other information mister_bluesman wrote: > > 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...
Please let me know if you require any more information. Thanks mister_bluesman wrote: > > 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...
Uwe Ligges wrote: > > Of course, you can also rotate the data, but then you will have to > decide which way makes sense - and you have to add some randomness as > well, or two points will be rotated to the same...
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...
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...
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...
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...
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...
Hi How did u 'load' sun's java in R? Many thanks ryestone wrote: > > Did you load Sun's java? Try that and also try rebooting your machine. > This worked for me. > > > mister_bluesman wrote: >> >> Hi. I try to load...
Hi, I am writing a script that will address columns using syntax like: data_set[,1] to extract the data from the first column of my data set, for example. This code will be placed in a loop (where the...
Can't find what you're looking for? Try searching with Google .