Hello, first trials to run R from inside of Emacs repeatedly gives me: ---------------------------------------------------------------- > ?sink WARNING: terminal is not fully functional - (press RETURN) ----------------------------------------------------------------- Seems like this is going to happen to all help calls using a questionmark! Any idea how to change this, maybe this isn't subject to change at all!??? Thanks Thomas platform i386-pc-linux-gnu arch i386 os linux-gnu system i386, linux-gnu status major 1 minor 9.1 year 2004 month 06 day 21 language R And: emacs21 21.3+1-7 ess 5.2.2-2
Thomas Sch??nhoff <tom_woody at swissinfo.org> writes:> Hello, > > first trials to run R from inside of Emacs repeatedly gives me: > > ---------------------------------------------------------------- > > ?sink > > WARNING: terminal is not fully functional > - (press RETURN) > > ----------------------------------------------------------------- > > Seems like this is going to happen to all help calls using a questionmark! > Any idea how to change this, maybe this isn't subject to change at all!???...> emacs21 21.3+1-7 > ess 5.2.2-2Odd. You'd get that sort of error if you tried to run a pager in a shell buffer, but ESS should intercept it and dump the help page into a separate buffer. Any chance you're not actually running ESS? -- O__ ---- Peter Dalgaard Blegdamsvej 3 c/ /'_ --- Dept. of Biostatistics 2200 Cph. N (*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918 ~~~~~~~~~~ - (p.dalgaard at biostat.ku.dk) FAX: (+45) 35327907
Sean Davis
2004-Sep-19 23:49 UTC
[R] how to draw an overlaid plot for multiple curves usingdifferent symbols for each curve?
You might look at library(lattice) for some relatively natural solutions for your problem. Sean ----- Original Message ----- From: "Sun" <sun at cae.wisc.edu> To: "R User-Liste" <r-help at stat.math.ethz.ch> Sent: Sunday, September 19, 2004 6:02 PM Subject: [R] how to draw an overlaid plot for multiple curves usingdifferent symbols for each curve?> Hello, Rusers: > > I have a question to ask for your help. The data has three columns: a, band> c. > > We need to draw an overlaid plot of curves of "a" versus "b" for different > c. That is, draw many curves in one plot and each curve uses a different > symbol. > > Does R have such functions? I have searched for a while. But seems not. Iam> new to R. Your help is highly appreciated. > > Many thanks. Looking forward to your response, > > Sun > > ______________________________________________ > R-help at 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>
Sun
2004-Sep-19 23:55 UTC
[R] how to draw an overlaid plot for multiple curves usingdifferent symbols for each curve?
Hi, Thanks all (Andrew, Peter, Sean)! By the way, I looked at the "xyplot" in lattice library. It can draw "a" versus "b", conditioned on "c". But it draws curves in different panels and there seems no control on symbols. I will try "points". Many thanks again, Sun ----- Original Message ----- From: "Sean Davis" <sdavis2 at mail.nih.gov> To: "Sun" <sun at cae.wisc.edu>; "R User-Liste" <r-help at stat.math.ethz.ch> Sent: Sunday, September 19, 2004 6:49 PM Subject: Re: [R] how to draw an overlaid plot for multiple curves usingdifferent symbols for each curve?> You might look at library(lattice) for some relatively natural solutionsfor> your problem. > > Sean > > ----- Original Message ----- > From: "Sun" <sun at cae.wisc.edu> > To: "R User-Liste" <r-help at stat.math.ethz.ch> > Sent: Sunday, September 19, 2004 6:02 PM > Subject: [R] how to draw an overlaid plot for multiple curvesusingdifferent> symbols for each curve? > > > > Hello, Rusers: > > > > I have a question to ask for your help. The data has three columns: a, b > and > > c. > > > > We need to draw an overlaid plot of curves of "a" versus "b" fordifferent> > c. That is, draw many curves in one plot and each curve uses a different > > symbol. > > > > Does R have such functions? I have searched for a while. But seems not.I> am > > new to R. Your help is highly appreciated. > > > > Many thanks. Looking forward to your response, > > > > Sun > > > > ______________________________________________ > > R-help at 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 > > > > >
Apparently Analagous Threads
- Intro to R: lecture presentation
- Joining a domain without using root or administrator
- Bug#168259: r-base-core: help.start() assumes netscape is installed (PR#2275)
- Samba 3.0.14 and w2k3 terminal server / strange logon problem / is this in general possible
- fix and edit don't work the expected way