Re: [R] ievent.wait

2007-06-13 Thread ryestone

With locator( ) does it only work in a regular R plot or can I use it with
iPlot?
I am having difficulty getting it to be used with Iplots, it just calls up a
new screen when the function is called.

Stone.


Sundar Dorai-Raj wrote:
 
 Hi, Greg,
 
 type = 'b' won't work according to ?locator. Try type = 'o'.
 
 HTH,x
 
 --sundar
 
 Greg Snow said the following on 6/13/2007 7:27 AM:
 Does 
 
 locator(type='l')
 
 (or type  ='b')  
 
 Work for you?
 
 -Original Message-
 From: ryestone [EMAIL PROTECTED]
 To: r-help@stat.math.ethz.ch r-help@stat.math.ethz.ch
 Sent: 6/8/07 10:19 AM
 Subject: [R] ievent.wait
 
 
 I am working on a plot and would be like to click on a few points and
 then
 have a line connect them. Could anyone help me with this or advise me in
 a
 direction that would suit this. I know I would be using ievent.wait in
 iplot
 but not sure about this.
 
 thank you.
 
 __
 R-help@stat.math.ethz.ch mailing list
 https://stat.ethz.ch/mailman/listinfo/r-help
 PLEASE do read the posting guide
 http://www.R-project.org/posting-guide.html
 and provide commented, minimal, self-contained, reproducible code.
 
 

-- 
View this message in context: 
http://www.nabble.com/ievent.wait-tf3891095.html#a11105384
Sent from the R help mailing list archive at Nabble.com.

__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


[R] ievent.wait

2007-06-08 Thread ryestone

I am working on a plot and would be like to click on a few points and then
have a line connect them. Could anyone help me with this or advise me in a
direction that would suit this. I know I would be using ievent.wait in iplot
but not sure about this.

thank you.
-- 
View this message in context: 
http://www.nabble.com/ievent.wait-tf3891095.html#a11030568
Sent from the R help mailing list archive at Nabble.com.

__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] iplots problem

2007-05-26 Thread ryestone

You have to use Sun's java on your PC and not microsoft's. I just loaded it
on mine and then restarted computer and it seemed to work.

Hope this helps!

mister_bluesman wrote:
 
 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 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?
 
 I have jdk1.6 and jre1.6 installed on my windows machine
 Thanks
 
 
 
 
 

-- 
View this message in context: 
http://www.nabble.com/iplots-problem-tf3815516.html#a10813663
Sent from the R help mailing list archive at Nabble.com.

__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


[R] iPlots package

2007-05-25 Thread ryestone

I am having trouble connecting two points in iplot. In the normal plot
command I would use segments(). I know there is a function ilines() but can
you just enter coordinates of 2 points?
-- 
View this message in context: 
http://www.nabble.com/iPlots-package-tf3817683.html#a10808180
Sent from the R help mailing list archive at Nabble.com.

__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] iplots problem

2007-05-25 Thread ryestone

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 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?
 
 I have jdk1.6 and jre1.6 installed on my windows machine
 Thanks
 

-- 
View this message in context: 
http://www.nabble.com/iplots-problem-tf3815516.html#a10808131
Sent from the R help mailing list archive at Nabble.com.

__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.