Re: [R] Insert values to histogram

2011-05-07 Thread JCFaria
plot(fdt(iris), type='fp', v=TRUE, cex=.8) # for poligon HTH, JCFaria -- View this message in context: http://r.789695.n4.nabble.com/Insert-values-to-histogram-tp3498140p3505353.html Sent from the R help mailing list archive at Nabble.com. _

Re: [R] Insert values to histogram

2011-05-06 Thread JCFaria
An alternative approach: library(fdth) fd <- fdt(rnorm(1e3, m=10, sd=2)) plot(fd) breaks <- with(fd, seq(breaks["start"], breaks["end"], breaks["h"])) mids <- 0.5 * (breaks[-1] + breaks[-length(breaks)]) y <- fd$table[, 2] text(x=mids, y=y, lab=

Re: [R] About Tinn-R

2011-04-11 Thread JCFaria
folders-in-xp/ http://www.online-tech-tips.com/computer-tips/how-to-hide-files-and-folders-in-windows-xp-the-easy-way/ After to rename/remove the "Tinn-R" folder start Tinn-R program: it will create a new ini folder. HTH, JCFaria -- View this message in context: http://r.789695.n4.nab

Re: [R] Tinn R to R problem

2010-11-24 Thread JCFaria
Hello, All you need are explained at Help/Main/User guide/HTML from Tinn-R menu. Basically: 1. Close R 2. Menu R/Configure/ Pemanent (Rprofile.site) - Tinn-R will generate a small script inside of the file Rprofile.site (located on the folder 'etc' where R is istalled) 3. Reboot R 4. It is al

Re: [R] Help: formatting the result of 'cut' function

2010-04-21 Thread JCFaria
Dears Gabor and Jim, Many thanks for the answers: both work fine! Best, -- ///\\\///\\\///\\\///\\\///\\\///\\\///\\\///\\\ Jose Claudio Faria Estatistica - prof. Titular UESC/DCET/Brasil joseclaudio.fa...@gmail.com ///\\\///\\\///\\\///\\\///\\\///\\\///\\\///\\\ -- View this message in con

Re: [R] Tinn-R and latex

2009-04-25 Thread jcfaria
The prior answer of Stefan is correct! You have now two options: 1. To uninstall Tinn-R and to install it newly, but don not check the extension related with latex 2. To change the association file inside of the Windows Operational System. HTH, JCFaria -- View this message in context: http

Re: [R] portable R editor

2009-03-05 Thread jcfaria
Hi Werner, Could you to post here details about the Tinn-R truly portable with JauntePE? I think it will be also useful for all Tinn-R users, like me. ;-) Many thanks, JCFaria Werner W. wrote: > > Many, many thanks for all the answers! > > Notepad++ looks very promising alth

Re: [R] portable R editor

2009-03-02 Thread jcfaria
in the computer used and all yours preferences will be preserved. HTH, JCFaria Werner Wernersen wrote: > > > Hi, > > I have been dreaming about a complete R environment on my USB stick for a > long time. Now I finally want to realize it but what I am missing is a > good

Re: [R] TinnR & Philips Webcam

2009-03-02 Thread jcfaria
cts others GUIs (JCR, SciViews, Rgui) as R instance. It can be changed in the future, but not now. I would like to suggest you to work with Rterm interface. In this interface this problem is avoided. Additionally, it is (a lot) more flexible than Rgui.exe. HTH, JCFaria waterhouse wrote: >

Re: [R] TinnR & Philips Webcam

2009-03-02 Thread jcfaria
cts others GUIs (JCR, SciViews, Rgui) as R instance. It can be changed in the future, but not now. I would like to suggest you to work with Rterm interface. In this interface this problem is avoided. Additionally, it is (a lot) more flexible than Rgui.exe. HTH, JCFaria waterhouse wrote: >

Re: [R] Modifying a built-in R function

2009-03-02 Thread jcfaria
Alternatively, gives a looked in the package bpca and biplotGUI, both available on CRAN. HTH, JCFaria japal wrote: > > Hello, > > Something incredible (at least for me) has happen. Yesterday night I > downloaded biplot.R to edit this function and add new features I wished. &g