search for: jcfaria

Displaying 11 results from an estimated 11 matches for "jcfaria".

Did you mean: jc_faria
2009 Sep 22
2
A couple of suggestions: source function (package base)
..."echo=T". Example, suppose I have in the editor the three lines below: a=rnorm(10) a sort(a) and I would like to send it to R interpreter (file, block or selection). The current output is (using Vim-R-plugin2): ------------------------------------------- > source('/tmp/.Rsource-jcfaria', echo=TRUE, max.deparse=50) > a=rnorm(10) > a [1] 0.08648104 -1.74996635 0.61027538 0.42042031 -0.02025884 -0.39891256 [7] -0.30219635 -0.84476668 1.06341674 -0.12030620 > sort(a) [1] -1.74996635 -0.84476668 -0.39891256 -0.30219635 -0.12030620 -0.02025884 [7] 0.08648104 0...
2009 Sep 26
0
Function source: desired characteristics
...uot;echo=T". Example, suppose we have in the editor the three lines below: a=rnorm(10) a sort(a) and we would like to send it to R interpreter (file, block or selection). The current output is (using Vim-R-plugin2): ------------------------------------------- > source('/tmp/.Rsource-jcfaria', echo=TRUE, max.deparse=50) > a=rnorm(10) > a [1] 0.08648104 -1.74996635 0.61027538 0.42042031 -0.02025884 -0.39891256 [7] -0.30219635 -0.84476668 1.06341674 -0.12030620 > sort(a) [1] -1.74996635 -0.84476668 -0.39891256 -0.30219635 -0.12030620 -0.02025884 [7] 0.08648104 0...
2009 Mar 02
3
TinnR & Philips Webcam
Hi All, I have a Philips Webcam, model SPC110NC. I had to download a diver in order for the webcam to work with Skype from the philips support page (www.philips.com/support). Now when I start up TinnR to use with R, it opens the webcam. If I manually start up R, Tinn R will no longer synch with it. Also, when I install the webcam driver there doesn't appear to be anyway to modify the
2005 Jul 06
1
Help: Mahalanobis distances between 'Species' from iris
Dear R list, I'm trying to calculate Mahalanobis distances for 'Species' of 'iris' data as obtained below: Squared Distance to Species From Species: Setosa Versicolor Virginica Setosa 0 89.86419 179.38471 Versicolor 89.86419 0 17.20107 Virginica 179.38471 17.20107 0 This distances above were obtained with proc
2010 Jan 02
1
[Off-topic] problem with Tinn-R editor
This is not directly related with R however I would like to ask for a solution for my TINN-R editor because, I feel that lot many people perhaps use it as a reliable R editor and secondly I could not find any other forum only deals with TINN over net to discuss with. For quite sometime I have been using Tinn-R as an editor for R-code however for some days I am noticing a strange problem on that,
2009 Apr 25
2
Tinn-R and latex
Hi R-users, I installed new version of R and Tinn-R and I just wonder why all my latex document change to Tinn-R symbol? Thank you. [[alternative HTML version deleted]]
2011 May 05
4
Insert values to histogram
I'm trying to add the exact value on top of each column of an Histogram, i have been trying with the text function but it doesn't work. The problem is that the program it self decides the exact value to give to each column, and ther is not like in a bar-plot that I know exactly which values are been plotting. If anyone have any new idea on how to do this Thanks Matias -- View this
2008 Jul 11
3
Start preferred RGui
Dear R users, I have been having a problem since I installed the new versions of TinnR and R on my computer (1.19.4.7 and 2.6.0 respectively). I used to open R by the command "start preferred RGUI", on the "R" tab of TinnR's menu. But now, since I updated both softwares (which was necessary for some compatibility issue with Windows Vista), the path for my preferred RGui (
2011 Apr 10
3
About Tinn-R
Hi everybody!! I don`t know if it is correct to make a question about R and Tinn-R in this mailing-list, but I need some help with a problem for which I don't find a solution anywhere. I have Tinn-R 2.3.5.2 in my notebook and I always used it with no problems, until a few days ago when this signs appears everytime I start the programme: "Key Violation. C:/Documents and
2009 Mar 02
4
portable R editor
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, portable editor for R which has tabs and syntax highlighting, can execute code, has bookmarks and a little project file management facility pretty much like Tinn-R has those. I like Tinn-R but it seems like there is only a very old version of
2009 Mar 01
3
Modifying a built-in R function
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. Namely I wanted to plot points belonging to different groups using different colors and symbols. I identified which part of the original code I had to modify. Then, I rename biplot by biplotes and executing biplotes(x), being x a princomp class